We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b97e4c + 78873fd commit 608cc50Copy full SHA for 608cc50
package.json
@@ -5,7 +5,7 @@
5
"main": "./lib/index.js",
6
"scripts": {
7
"prepublish": "npm run build",
8
- "build": "babel src --out-dir=lib && webpack && webpack -p && npm run bower-prepare",
+ "build": "rimraf lib && babel src --out-dir=lib && webpack && webpack -p && npm run bower-prepare",
9
"test": "npm run lint && karma start --single-run",
10
"tdd": "karma start",
11
"visual-test": "open http://localhost:8080/ && webpack-dev-server --config webpack.visual.config.babel.js",
0 commit comments