Skip to content

Commit dfb9d93

Browse files
committed
chore: update prepublish script
1 parent a5261db commit dfb9d93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/prepublish.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Remove existing build artifacts
2+
rm -rf dist;
3+
14
# Build before publishing
25
npm run build;
36

0 commit comments

Comments
 (0)