Skip to content

Commit

Permalink
Add watch command for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kohlmann committed May 5, 2017
1 parent eacc3ff commit ab53a7c
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 @@ -19,7 +19,8 @@
"postpublish": "rimraf lib",
"precommit": "lint-staged",
"prepublish": "npm run test && npm run build",
"test": "jest --coverage"
"test": "jest --coverage",
"watch": "npm run build -- --watch"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit ab53a7c

Please sign in to comment.