Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Merge pull request #88 from CameronK/master
Browse files Browse the repository at this point in the history
Add windows start scripts
  • Loading branch information
gpbl committed Mar 2, 2016
2 parents fc55846 + 64c9885 commit 5da5635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"start": "NODE_ENV=production node index",
"dev": "NODE_ENV=development DEBUG=isomorphic500 nodemon index.js",
"dev-windows": "SET NODE_ENV=development&&SET DEBUG=isomorphic500&&nodemon index.js",
"prod": "NODE_ENV=production PORT=8080 DEBUG=isomorphic500 node index",
"prod-windows": "SET NODE_ENV=production&&SET PORT=8080&&SET DEBUG=isomorphic500&&node index",
"build": "webpack --stats --config ./webpack/prod.config.js",
"postinstall": "npm run build",
"lint": "eslint index.js src webpack config"
Expand Down

0 comments on commit 5da5635

Please sign in to comment.