Merge pull request #24865 from nextcloud/tests/node-build-clean
Cleanup bundle files before checking the rebuild
This commit is contained in:
commit
4c01f0da8f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue