Skip to content

Commit c42385e

Browse files
committed
Cleanup bundle files before checking the rebuild
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent f25826a commit c42385e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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
2728
npm ci
2829
npm run build --if-present
2930
- name: Check webpack build changes

0 commit comments

Comments
 (0)