Skip to content

Commit 39600e0

Browse files
fix(ci): pass bare script name to size-limit-action build_script
1 parent 3c95e7f commit 39600e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
uses: andresz1/size-limit-action@v1
376376
with:
377377
github_token: ${{ secrets.GITHUB_TOKEN }}
378-
build_script: 'npm run build'
378+
build_script: 'build'
379379

380380
- name: Build app
381381
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)