Skip to content

Commit

Permalink
chore: update bundlewatch config
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Dec 8, 2023
1 parent 8e6cb63 commit 57c526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- uses: actions/checkout@v3
- uses: jackyef/bundlewatch-gh-action@b9753bc9b3ea458ff21069eaf6206e01e046f0b5
with:
build-script: npm i
build-script: npm ci && npm run prepack
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
bundlewatch-config: .github/bundlewatch.config.json

0 comments on commit 57c526e

Please sign in to comment.