Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu committed Jan 14, 2017
1 parent 0f61ca0 commit 7e77f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"lint": "standard --verbose | snazzy",
"test": "mocha",
"precommit": "npm run lint",
"prepush": "npm run clean && npm run build && npm test",
"prepush": "npm run lint",
"prepublish": "npm run clean && npm run build && npm run lint",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
Expand Down

0 comments on commit 7e77f9c

Please sign in to comment.