Skip to content

Commit

Permalink
npm start added
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Nov 21, 2016
1 parent be3337b commit 00f3c88
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 @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"devtool": "ENVIRONMENT=development devtool app --watch",
"dev": "ENVIRONMENT=development nodemon app"
"dev": "ENVIRONMENT=development nodemon app",
"start": "ENVIRONMENT=production node app"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 00f3c88

Please sign in to comment.