We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfb9bd commit e9538c6Copy full SHA for e9538c6
package.json
@@ -51,9 +51,10 @@
51
"webpack-dev-server": "^1.14.1"
52
},
53
"scripts": {
54
+ "build": "webpack && babel src -d lib",
55
"clean": "rimraf lib dist coverage",
56
"lint": "eslint src",
- "prepublish": "npm run clean && webpack && babel src -d lib",
57
+ "prepublish": "npm run clean && npm run build",
58
"start": "webpack-dev-server -d --config example/webpack.config.js",
59
"test": "npm run lint && jest"
60
0 commit comments