1
0
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:
Laurent Cozic 2022-06-15 12:49:23 +01:00
parent 19f4139470
commit 124ce342d8

View File

@ -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',