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 2f84b69 commit cf0c524Copy full SHA for cf0c524
dev-packages/size-limit-gh-action/index.mjs
@@ -151,7 +151,7 @@ class SizeLimit {
151
async function execSizeLimit() {
152
let output = '';
153
154
- const status = await exec('yarn run --silent size-limit --json', {
+ const status = await exec('yarn run --silent size-limit --json', [], {
155
windowsVerbatimArguments: false,
156
ignoreReturnCode: true,
157
cwd: process.cwd(),
0 commit comments