Skip to content

Commit

Permalink
Deletes compiled folder before compiling again
Browse files Browse the repository at this point in the history
Avoids future bad surprises about deleted files.
  • Loading branch information
a2br committed Dec 24, 2020
1 parent d0b7ea9 commit 8fe610d
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 @@ -13,7 +13,7 @@
"scripts": {
"prepublish": "npm run build",
"start": "tsc && node dist/index.js",
"build": "tsc",
"build": "rm -rf dist && tsc",
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "a2br",
Expand Down

0 comments on commit 8fe610d

Please sign in to comment.