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 ce45b71 commit c456716Copy full SHA for c456716
.github/workflows/bundlewatch.yml
@@ -30,6 +30,6 @@ jobs:
30
- uses: actions/checkout@v2
31
- uses: jackyef/bundlewatch-gh-action@b9753bc9b3ea458ff21069eaf6206e01e046f0b5
32
with:
33
- build-script: npm i
+ build-script: npm ci && npm run prepack
34
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
35
bundlewatch-config: .github/bundlewatch.config.json
0 commit comments