Skip to content

Commit

Permalink
Clear bundler cache before building
Browse files Browse the repository at this point in the history
  • Loading branch information
cawabunga committed Aug 24, 2023
1 parent 5e8918f commit 7bb60c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

rm -rf ./dist/*
rm -rf ./.parcel-cache
yarn -s build
yarn -s publish
git push --tags
Expand Down

0 comments on commit 7bb60c8

Please sign in to comment.