Skip to content

Commit f323edf

Browse files
committed
update bundle watch step of build-tests workflow to use correct static dir
1 parent bd0ae47 commit f323edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: $HOME/.pub-cache/bin/linkcheck --no-nice :3000
4343

4444
- name: Bundle Watch
45-
run: yarn bundlewatch ./public/*.js
45+
run: yarn bundlewatch .next/static/chunks/*.js
4646
env:
4747
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
4848
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)