Skip to content

Commit

Permalink
chore: update prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Feb 2, 2023
1 parent a5261db commit dfb9d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/prepublish.sh
@@ -1,3 +1,6 @@
# Remove existing build artifacts
rm -rf dist;

# Build before publishing
npm run build;

Expand Down

0 comments on commit dfb9d93

Please sign in to comment.