Cleanup bundle files before checking the rebuild

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-12-28 19:39:18 +01:00 committed by Vincent Petry
parent efe9ef223d
commit 88d4dcac44
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
1 changed files with 1 additions and 0 deletions

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