Skip to content

Commit

Permalink
update for post and npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyer, Shayne P authored and Boyer, Shayne P committed Apr 25, 2016
1 parent 2f3415d commit 6542a1b
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 @@
"tsc:w": "tsc -w",
"typings": "typings",
"webdriver:update": "webdriver-manager update",
"build": "tsc && gulp"
"build": "tsc && gulp",
"prod": "npm run build && cd build && npm i && node index.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 6542a1b

Please sign in to comment.