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

Cleanup bundle files before checking the rebuild
This commit is contained in:
Roeland Jago Douma 2020-12-29 15:46:51 +01:00 committed by GitHub
commit 4c01f0da8f
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