Skip to content

Commit 733c112

Browse files
committed
Add prebuild command to delete build dir
1 parent aa2280e commit 733c112

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
@@ -5,6 +5,7 @@
55
"main": "build/app/app.js",
66
"scripts": {
77
"postinstall": "cd src && typings install",
8+
"prebuild": "rimraf build",
89
"build": "tsc -p src/ || true",
910
"test": "mocha build/test --require source-map-support/register || true",
1011
"clean": "rimraf build"

0 commit comments

Comments
 (0)