From 91c5e87bee67520a2b53ad725490172e47b32583 Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Mon, 19 Aug 2019 23:12:40 -0700 Subject: [PATCH] fix: update run command for aws --- cfn/jade-service-runner.cfn.json | 5 +++++ package-lock.json | 6 +----- package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/cfn/jade-service-runner.cfn.json b/cfn/jade-service-runner.cfn.json index 65be2089..543c6016 100644 --- a/cfn/jade-service-runner.cfn.json +++ b/cfn/jade-service-runner.cfn.json @@ -172,6 +172,11 @@ "Namespace": "aws:elasticbeanstalk:container:nodejs", "OptionName": "NodeCommand", "Value": "npm run startaws" + }, + { + "Namespace": "aws:elasticbeanstalk:container:nodejs", + "OptionName": "ProxyServer", + "Value": "None" } ] } diff --git a/package-lock.json b/package-lock.json index 52b5cd34..7dac1fbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12491,11 +12491,7 @@ }, "unicode-properties": { "version": "github:quicktype/unicode-properties#d5fddfea1ef9d05c6479a979e225476063e13f52", - "from": "github:quicktype/unicode-properties#d5fddfea1ef9d05c6479a979e225476063e13f52", - "requires": { - "brfs": "^1.4.0", - "unicode-trie": "^0.3.0" - } + "from": "github:quicktype/unicode-properties#d5fddfea1ef9d05c6479a979e225476063e13f52" } } }, diff --git a/package.json b/package.json index db700f2d..1be63350 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "build:semiclean": "rm -rf build/generated-client/rust", "build:integration": "webpack --config fixtures/webpack.config.js", "build:docs": "typedoc", - "startaws": "npm run build:code && node build/src/cli/index.js -p 8081", + "startaws": "npm run build:code && node build/src/cli/index.js -p 80", "start": "npm run build:code && node build/src/cli/index.js -d $PORT", "start:client": "node build/client.js", "test": "npm run test:lint && npm run test:unit",