changing yarn to npm

This commit is contained in:
2020-04-24 00:46:39 +01:00
parent 6778d0bb73
commit 49e2246e47

View File

@@ -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