Skip to content

Commit

Permalink
Fixed bug in size-limit.yml that was caused by pnpm migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Oct 21, 2023
1 parent b22362d commit b024452
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8.x.x
run_install: |
- recursive: true
- name: Build project
run: pnpm build
- name: Setup size-limit
run: pnpm i
- uses: andresz1/[email protected]
- name: Run size-limit
uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
script: pnpm exec size-limit --json
Expand Down

0 comments on commit b024452

Please sign in to comment.