Skip to content

Commit d235b54

Browse files
committed
fix cwd?
1 parent 864a1d3 commit d235b54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ async function execSizeLimit() {
153153

154154
const status = await exec.exec('yarn', ['size-limit', '--json'], {
155155
ignoreReturnCode: true,
156+
cwd: process.cwd(),
156157
listeners: {
157158
stdout: data => {
158159
output += data.toString();

0 commit comments

Comments
 (0)