Merge pull request #27 from seripap/feature/scripts

Added prod script
This commit is contained in:
Alan Friedman 2016-02-26 23:42:24 -05:00
commit e4575e064e

View File

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