Skip to content

Commit

Permalink
npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
avenwu.wwb committed Feb 29, 2016
1 parent fbec2b7 commit 16c1726
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
"weinre": "2.0.0-pre-I0Z7U9OV"
},
"scripts": {
"start": "node app.js"
"run": "node bin/whistle.js run -p 8888",
"start": "node bin/whistle.js start -p 8888",
"restart": "node bin/whistle.js restart",
"stop": "node bin/whistle.js stop"
},
"engines": {
"node": ">= 0.10.0"
Expand Down

0 comments on commit 16c1726

Please sign in to comment.