Skip to content

Commit

Permalink
fix: prune dist before building it to remove old files (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Oct 31, 2023
1 parent 9445489 commit 778fdcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
VERSION=$(node -p "require('./package.json').version")
sed -i "s/$OLD_VERSION/$VERSION/g" README.md
-
name: Prune dist
run: |
rm -rf dist
-
name: Build
run: |
Expand Down

0 comments on commit 778fdcf

Please sign in to comment.