We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0ae47 commit f323edfCopy full SHA for f323edf
1 file changed
.github/workflows/build-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
run: $HOME/.pub-cache/bin/linkcheck --no-nice :3000
43
44
- name: Bundle Watch
45
- run: yarn bundlewatch ./public/*.js
+ run: yarn bundlewatch .next/static/chunks/*.js
46
env:
47
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
48
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
0 commit comments