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

@ -47,7 +47,7 @@ async function main() {
await fs.mkdirp(outputDir);
const encodedFiles = [];
const sourceAssetDir = `${rootDir}/node_modules/@joplin/renderer/assets`;
const sourceAssetDir = `${rootDir}/../renderer/assets`;
const files = walk(sourceAssetDir);
for (const file of files) {