Skip to content

Commit

Permalink
Cleanup bundle files before checking the rebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl authored and PVince81 committed Feb 5, 2021
1 parent efe9ef2 commit 88d4dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88d4dca

Please sign in to comment.