Skip to content

Commit 1b4e683

Browse files
authored
Merge pull request #4377 from preactjs/ci/compressed-size
ci: Skip running compressed-size builds twice
2 parents bfdd189 + d12d306 commit 1b4e683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/size.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ jobs:
2020
- uses: preactjs/compressed-size-action@v2
2121
with:
2222
repo-token: '${{ secrets.GITHUB_TOKEN }}'
23+
# Our `prepare` script already builds the app post-install,
24+
# building it again would be redundant
25+
build-script: 'npm run --if-present noop'

0 commit comments

Comments
 (0)