Skip to content

Commit

Permalink
Delete dist before running CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Feb 21, 2024
1 parent bf0aa5a commit 8baf5d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
node-version: 21

- name: Remove old version of comiled and bundled JS
shell: bash
run: rm -rv webapp/dist

- name: install frontend dependencies
run: npm clean-install

Expand Down

0 comments on commit 8baf5d9

Please sign in to comment.