Skip to content

Commit

Permalink
adding prepare command for npm 4+, see http://blog.lholmquist.org/npm…
Browse files Browse the repository at this point in the history
  • Loading branch information
kzap committed Aug 14, 2017
1 parent eeef317 commit 2cee6f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard",
"prepublish": "npm run build",
"prepare": "npm run build",
"pretest": "npm run lint",
"serve": "ss fixture/onmount/_docpress",
"test": "nyc mocha",
Expand Down

0 comments on commit 2cee6f3

Please sign in to comment.