Skip to content

Commit

Permalink
Fix size-limit action in CI (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Jun 7, 2024
1 parent 44cfa82 commit 9735878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
script: pnpm --filter @livekit/components-react exec size-limit --json
script: pnpm --filter @livekit/components-react --reporter-hide-prefix exec size-limit --json
package_manager: pnpm
build_script: build:react

0 comments on commit 9735878

Please sign in to comment.