1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Tools: Use Yarn 3 to manage monorepo (#5833)

This commit is contained in:
Laurent
2021-12-20 16:08:43 +01:00
committed by GitHub
parent dea79fa3b7
commit 7f64fbfd9b
127 changed files with 32340 additions and 261687 deletions

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('npm start -- version');
await execCommand2('yarn start -- version');
const sqlTsConfig = {
'client': 'sqlite3',