Merge pull request #25504 from nextcloud/tests/node-build-clean/stable20

[stable20] Cleanup bundle files before checking the rebuild
This commit is contained in:
Roeland Jago Douma 2021-02-05 16:15:47 +01:00 committed by GitHub
commit fa2ed5b93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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