Skip to content

Commit

Permalink
Run clean in prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Nov 22, 2018
1 parent 28c8e3d commit ab39a28
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 @@ -24,7 +24,7 @@
"watch:tsc": "tsc -p src -w --preserveWatchOutput",
"watch:umd": "rollup -c -w",
"watch": "concurrently --prefix \"[{name}]\" --names \"TSC,UMD\" -c \"bgBlue.bold\" \"npm run watch:tsc\" \"npm run watch:umd\"",
"prepare": " npm run build"
"prepare": "npm run clean && npm run build"
},
"devDependencies": {
"baconjs": "^1.0.0",
Expand Down

0 comments on commit ab39a28

Please sign in to comment.