mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Chore: Fixed database type generation script
This commit is contained in:
parent
19f4139470
commit
124ce342d8
@ -6,7 +6,7 @@ const fs = require('fs-extra');
|
||||
async function main() {
|
||||
// Run the CLI app once so as to generate the database file
|
||||
process.chdir(`${rootDir}/packages/app-cli`);
|
||||
await execCommand2('yarn start -- version');
|
||||
await execCommand2('yarn start version');
|
||||
|
||||
const sqlTsConfig = {
|
||||
'client': 'sqlite3',
|
||||
|
Loading…
Reference in New Issue
Block a user