Merge pull request #25504 from nextcloud/tests/node-build-clean/stable20
[stable20] Cleanup bundle files before checking the rebuild
This commit is contained in:
commit
fa2ed5b93f
|
@ -24,6 +24,7 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Install dependencies & build
|
- name: Install dependencies & build
|
||||||
run: |
|
run: |
|
||||||
|
make clean
|
||||||
npm ci
|
npm ci
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
- name: Check webpack build changes
|
- name: Check webpack build changes
|
||||||
|
|
Loading…
Reference in New Issue