Skip to content

Commit 608cc50

Browse files
committed
Merge pull request #125 from AlexKVal/fix
Remove 'lib' folder before building
2 parents 4b97e4c + 78873fd commit 608cc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "./lib/index.js",
66
"scripts": {
77
"prepublish": "npm run build",
8-
"build": "babel src --out-dir=lib && webpack && webpack -p && npm run bower-prepare",
8+
"build": "rimraf lib && babel src --out-dir=lib && webpack && webpack -p && npm run bower-prepare",
99
"test": "npm run lint && karma start --single-run",
1010
"tdd": "karma start",
1111
"visual-test": "open http://localhost:8080/ && webpack-dev-server --config webpack.visual.config.babel.js",

0 commit comments

Comments
 (0)