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 bb25de9 commit 3b0b5c0Copy full SHA for 3b0b5c0
scripts/github.js
@@ -13,7 +13,7 @@ const since = process.env.GITHUB_ACTION
13
const lernaList = JSON.parse(
14
execSync(
15
`lerna list --json --include-dependencies --include-dependents ${
16
- packageFromRef ? `--scope={,*/}${packageFromRef}` : since
+ packageFromRef ? `--scope='{,*/}${packageFromRef}'` : since
17
}`,
18
{ stdio: ["ignore", "pipe", "ignore"] },
19
).toString(),
0 commit comments