Skip to content

Commit

Permalink
Merge pull request #4377 from preactjs/ci/compressed-size
Browse files Browse the repository at this point in the history
ci: Skip running compressed-size builds twice
  • Loading branch information
rschristian committed May 9, 2024
2 parents bfdd189 + d12d306 commit 1b4e683
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/size.yml
Expand Up @@ -20,3 +20,6 @@ jobs:
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
# Our `prepare` script already builds the app post-install,
# building it again would be redundant
build-script: 'npm run --if-present noop'

0 comments on commit 1b4e683

Please sign in to comment.