Revert prod script changes

This commit is contained in:
Alan Friedman 2017-11-17 06:35:05 -05:00
parent 9e70817696
commit 3a9cf86ea2
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
option_settings: option_settings:
aws:elasticbeanstalk:container:nodejs: aws:elasticbeanstalk:container:nodejs:
NodeCommand: "npm run-script prod" NodeCommand: "npm run-script start"

View File

@ -50,7 +50,7 @@
}, },
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
"prod": "npm run start", "prod": "npm run bundle && 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",