Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78873fd

Browse files
committedOct 10, 2015
Remove 'lib' folder before building
1 parent 4b97e4c commit 78873fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.