There was an error while loading. Please reload this page.
1 parent 526ff59 commit d46cbd2Copy full SHA for d46cbd2
1 file changed
package.json
@@ -49,7 +49,8 @@
49
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
50
"start": "node bin",
51
"prepush": "npm t",
52
- "build": "babel src -d lib --copy-files"
+ "build": "babel src -d lib --copy-files",
53
+ "prepublish": "npm run build"
54
},
55
"repository": {
56
"type": "git",
0 commit comments