Skip to content

Commit

Permalink
Add cleanup step to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ENvironmentSet committed Aug 29, 2023
1 parent 65cfb82 commit 7a0e3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"sideEffects": false,
"scripts": {
"build": "tsc",
"build": "rm -rf ./dist; tsc",
"prepare": "npm run build"
},
"repository": {
Expand Down

0 comments on commit 7a0e3b2

Please sign in to comment.