diff --git a/scripts/github.js b/scripts/github.js index 0cf23b8d..be6a142f 100644 --- a/scripts/github.js +++ b/scripts/github.js @@ -13,7 +13,7 @@ const since = process.env.GITHUB_ACTION const lernaList = JSON.parse( execSync( `lerna list --json --include-dependencies --include-dependents ${ - packageFromRef ? `--scope={,*/}${packageFromRef}` : since + packageFromRef ? `--scope='{,*/}${packageFromRef}'` : since }`, { stdio: ["ignore", "pipe", "ignore"] }, ).toString(),