mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
setup: increase cleanup script concurrency
This commit is contained in:
@@ -27,7 +27,7 @@ const allPackages = await glob(["packages/**", "apps/**", "extensions/**"], {
|
||||
onlyDirectories: true
|
||||
});
|
||||
|
||||
const tasks = new Listr([], { concurrent: 4, exitOnError: false });
|
||||
const tasks = new Listr([], { concurrent: 8, exitOnError: false });
|
||||
for (const pkg of allPackages) {
|
||||
for (const dirname of ["node_modules", "dist", "build", "out"]) {
|
||||
const dir = path.join(pkg, dirname);
|
||||
|
||||
Reference in New Issue
Block a user