Skip to content

Commit

Permalink
ci: update compressed size action for the last time hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 19, 2024
1 parent e9f32c7 commit 33775c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ jobs:
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
install-script: 'pnpm --filter ./lib install --frozen-lockfile'
build-script: 'pnpm --filter ./lib run build'
install-script: 'pnpm install --frozen-lockfile --filter react-image-turntable'
build-script: 'build'
cwd: lib

0 comments on commit 33775c9

Please sign in to comment.