Skip to content

Commit ce0e500

Browse files
committed
Cleanup bundle files before checking the rebuild
Signed-off-by: Julius Härtl <[email protected]>
1 parent 1430622 commit ce0e500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Install dependencies & build
2626
run: |
27+
make clean-git
2728
npm ci
2829
npm run build --if-present
2930
- name: Check webpack build changes

0 commit comments

Comments
 (0)