Skip to content

Commit

Permalink
Build workflow: clean built files before rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Mar 21, 2021
1 parent 29cd5b7 commit 584cf3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
# Actually build everything
- name: Build
working-directory: ./nodecg/bundles/esa-featuredchannels
run: npm run build
run: |
npm run clean
npm run build
# Commit newly built files
# This can "fail" if there are no newly changed/built files, but the next step should continue anyway.
Expand Down

0 comments on commit 584cf3d

Please sign in to comment.