We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c870 commit 4523933Copy full SHA for 4523933
.github/workflows/size.yml
@@ -20,3 +20,6 @@ jobs:
20
- uses: preactjs/compressed-size-action@v2
21
with:
22
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