Skip to content
Snippets Groups Projects
Unverified Commit c42385ef authored by Julius Härtl's avatar Julius Härtl
Browse files

Cleanup bundle files before checking the rebuild


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent f25826a5
No related branches found
No related tags found
Loading
......@@ -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