We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134a004 commit 2b96efdCopy full SHA for 2b96efd
scripts/github.js
@@ -20,7 +20,7 @@ const shortSHA = execSync(`git rev-parse --short ${ref}`).toString().trim();
20
const filteredLernaList = JSON.parse(
21
execSync(
22
`lerna list --json --toposort --include-dependents ${
23
- packageFromRef ? `--scope='{,*/}${packageFromRef}'` : `${since} --include-dependencies`
+ packageFromRef ? `--scope='{,*/}${packageFromRef}'` : since
24
}`,
25
{ stdio: ["ignore", "pipe", "ignore"] },
26
).toString(),
0 commit comments