Skip to content

Commit 06c3a1e

Browse files
committed
Add clean script to remove output files
1 parent 823340d commit 06c3a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"scripts": {
3131
"prepublish": "yarn build",
3232
"build": "tsc --build",
33+
"clean": "tsc --build --clean",
3334
"start": "ts-node src/index.ts"
3435
},
3536
"devDependencies": {

0 commit comments

Comments
 (0)