Added prod script

This commit is contained in:
Dan Seripap 2016-02-26 14:52:21 -05:00
parent 4a087e0988
commit 59a59f1ed3

View File

@ -41,6 +41,7 @@
},
"scripts": {
"start": "node index.js",
"prod": "forever start -c \"npm start\" ./",
"dev": "npm run bundle && gulp start",
"bundle": "gulp bundle",
"test": "npm run bundle && gulp test",