Skip to content

Commit

Permalink
Merge pull request #25504 from nextcloud/tests/node-build-clean/stable20
Browse files Browse the repository at this point in the history
[stable20] Cleanup bundle files before checking the rebuild
  • Loading branch information
rullzer committed Feb 5, 2021
2 parents efe9ef2 + 88d4dca commit fa2ed5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies & build
run: |
make clean
npm ci
npm run build --if-present
- name: Check webpack build changes
Expand Down

0 comments on commit fa2ed5b

Please sign in to comment.