Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Add watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalsh committed Aug 30, 2016
1 parent 9149524 commit 0713b76
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 @@ -12,7 +12,8 @@
"prepublish": "npm run build",
"postinstall": "npm run build",
"review": "jscs lib test",
"fix": "jscs lib test --fix"
"fix": "jscs lib test --fix",
"watch": "webpack --watch --config webpack.config.production.js"
},
"keywords": [
"open data",
Expand Down

0 comments on commit 0713b76

Please sign in to comment.