Browse Source

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

Cleanup bundle files before checking the rebuild
tags/v21.0.0beta4
Roeland Jago Douma 3 years ago
parent
commit
4c01f0da8f
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .github/workflows/node.yml

+ 1
- 0
.github/workflows/node.yml 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

Loading…
Cancel
Save