Skip to content

Commit 872a69b

Browse files
committed
chore: cleanup /bin folder in build script
1 parent e7582df commit 872a69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "bin/cli.js",
66
"scripts": {
77
"start": "tsc --watch",
8-
"build": "tsc",
8+
"build": "rm -rf bin && tsc",
99
"release": "npm test && npm run build && standard-version && git push --follow-tags origin master && npm publish",
1010
"test": "echo 'no tests'"
1111
},

0 commit comments

Comments
 (0)