Skip to content

Commit

Permalink
Cleanup build dir before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Sep 9, 2020
1 parent be866c2 commit 70309c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make-release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# Cleanup
rm -rf build
# Build assets
npm run build
# Create release wheel
Expand Down

0 comments on commit 70309c2

Please sign in to comment.