Cleanup bundle files before checking the rebuild

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/24865/head
Julius Härtl 5 years ago
parent f25826a5cf
commit c42385ef0f
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 1
      .github/workflows/node.yml

@ -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