Skip to content

Commit

Permalink
fix: update run command for aws
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Aug 20, 2019
1 parent a304f32 commit 91c5e87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions cfn/jade-service-runner.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@
"Namespace": "aws:elasticbeanstalk:container:nodejs",
"OptionName": "NodeCommand",
"Value": "npm run startaws"
},
{
"Namespace": "aws:elasticbeanstalk:container:nodejs",
"OptionName": "ProxyServer",
"Value": "None"
}
]
}
Expand Down
6 changes: 1 addition & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 91c5e87

Please sign in to comment.