mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
Revert prod script changes
This commit is contained in:
parent
9e70817696
commit
3a9cf86ea2
@ -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"
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user