Skip to content

Commit fa2ed5b

Browse files
authored
Merge pull request #25504 from nextcloud/tests/node-build-clean/stable20
[stable20] Cleanup bundle files before checking the rebuild
2 parents efe9ef2 + 88d4dca commit fa2ed5b

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

0 commit comments

Comments
 (0)