Skip to content

Commit

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

0 comments on commit e9f32c7

Please sign in to comment.