Skip to content
Snippets Groups Projects
Unverified Commit 4c01f0da authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

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

Cleanup bundle files before checking the rebuild
parents d2e67312 c42385ef
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment