Skip to content

Commit d46cbd2

Browse files
committed
Add prepublish
1 parent 526ff59 commit d46cbd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
5050
"start": "node bin",
5151
"prepush": "npm t",
52-
"build": "babel src -d lib --copy-files"
52+
"build": "babel src -d lib --copy-files",
53+
"prepublish": "npm run build"
5354
},
5455
"repository": {
5556
"type": "git",

0 commit comments

Comments
 (0)