You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
Chore: Fixed database type generation script
This commit is contained in:
@ -6,7 +6,7 @@ const fs = require('fs-extra');
|
|||||||
async function main() {
|
async function main() {
|
||||||
// Run the CLI app once so as to generate the database file
|
// Run the CLI app once so as to generate the database file
|
||||||
process.chdir(`${rootDir}/packages/app-cli`);
|
process.chdir(`${rootDir}/packages/app-cli`);
|
||||||
await execCommand2('yarn start -- version');
|
await execCommand2('yarn start version');
|
||||||
|
|
||||||
const sqlTsConfig = {
|
const sqlTsConfig = {
|
||||||
'client': 'sqlite3',
|
'client': 'sqlite3',
|
||||||
|
Reference in New Issue
Block a user