Skip to content

Commit 2cee6f3

Browse files
committed
adding prepare command for npm 4+, see http://blog.lholmquist.org/npm-prepublish-changes/
1 parent eeef317 commit 2cee6f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"coveralls": "nyc report --reporter=text-lcov | coveralls",
5050
"lint": "standard",
5151
"prepublish": "npm run build",
52+
"prepare": "npm run build",
5253
"pretest": "npm run lint",
5354
"serve": "ss fixture/onmount/_docpress",
5455
"test": "nyc mocha",

0 commit comments

Comments
 (0)