Skip to content

Commit c456716

Browse files
committed
chore: update build-script for bundlewatch
1 parent ce45b71 commit c456716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundlewatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- uses: actions/checkout@v2
3131
- uses: jackyef/bundlewatch-gh-action@b9753bc9b3ea458ff21069eaf6206e01e046f0b5
3232
with:
33-
build-script: npm i
33+
build-script: npm ci && npm run prepack
3434
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
3535
bundlewatch-config: .github/bundlewatch.config.json

0 commit comments

Comments
 (0)