Skip to content

Commit cf0c524

Browse files
committed
really fix command?
1 parent 2f84b69 commit cf0c524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/size-limit-gh-action/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class SizeLimit {
151151
async function execSizeLimit() {
152152
let output = '';
153153

154-
const status = await exec('yarn run --silent size-limit --json', {
154+
const status = await exec('yarn run --silent size-limit --json', [], {
155155
windowsVerbatimArguments: false,
156156
ignoreReturnCode: true,
157157
cwd: process.cwd(),

0 commit comments

Comments
 (0)