mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Merge pull request #24865 from nextcloud/tests/node-build-clean
Cleanup bundle files before checking the rebuild
This commit is contained in:
commit
4c01f0da8f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/node.yml
vendored
1
.github/workflows/node.yml
vendored
|
|
@ -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 a new issue