mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Cleanup bundle files before checking the rebuild
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
f25826a5cf
commit
c42385ef0f
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