We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7582df commit 872a69bCopy full SHA for 872a69b
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"main": "bin/cli.js",
6
"scripts": {
7
"start": "tsc --watch",
8
- "build": "tsc",
+ "build": "rm -rf bin && tsc",
9
"release": "npm test && npm run build && standard-version && git push --follow-tags origin master && npm publish",
10
"test": "echo 'no tests'"
11
},
0 commit comments