We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--no-since
lerna ls
1 parent 2c76f0d commit bfb783bCopy full SHA for bfb783b
scripts/sort-workspaces.js
@@ -22,7 +22,7 @@ async function main() {
22
));
23
24
// should use the scopes in lerna.json
25
- const { stdout } = await exec('npx -y lerna ls --all --no-since --toposort --json');
+ const { stdout } = await exec('npx -y lerna ls --all --toposort --json');
26
packageJSON.workspaces = JSON.parse(stdout).map(({ location }) => path.relative(monorepoRoot, location));
27
28
await fs.writeFile(
@@ -36,4 +36,4 @@ main().catch((err) =>
36
process.nextTick(() => {
37
throw err;
38
})
39
-);
+);
0 commit comments