Skip to content

Commit

Permalink
Fix npm publish cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
  • Loading branch information
skjnldsv committed Apr 8, 2020
1 parent aca3a96 commit 2605529
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
node-versions: ${{ matrix.node-versions }}

- name: Cleanup
run: |
rm -rf dist/
rm -rf src/fonts/
- name: Install dependencies & build
run: |
npm ci
Expand Down

0 comments on commit 2605529

Please sign in to comment.