changing yarn to npm
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
option_settings:
|
option_settings:
|
||||||
aws:elasticbeanstalk:container:nodejs:
|
aws:elasticbeanstalk:container:nodejs:
|
||||||
NodeCommand: "NODE_ENV=production yarn start"
|
NodeCommand: "NODE_ENV=production npm start"
|
||||||
ProxyServer: nginx
|
ProxyServer: nginx
|
||||||
GzipCompression: true
|
GzipCompression: true
|
||||||
|
|||||||
Reference in New Issue
Block a user