Skip to content

Commit

Permalink
Don't use profile
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed May 29, 2020
1 parent cc4f323 commit 9ff679c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cfn-ensure-dist": "if [ ! -d './templates' ]; then mkdir templates; fi",
"cfn-lambdas-dist": "if [ ! -d './backend/functions/' ]; then mkdir -p backend/functions/; fi",
"cfn-test-local": "npm run cfn-build && rain deploy templates/template.yaml reko-scaffolding -r eu-west-1",
"deploy": "npm run zip && aws --profile publisher s3 cp ./`npm run echo-version --silent`.zip s3://$CFN_BUCKET/$npm_package_name/`npm run echo-version --silent`/$npm_package_name.zip",
"deploy": "npm run zip && aws s3 cp ./`npm run echo-version --silent`.zip s3://$CFN_BUCKET/$npm_package_name/`npm run echo-version --silent`/$npm_package_name.zip",
"echo-version": "echo v`node -e \"console.log(require('node-yaml').readSync('templates/template.yaml').Globals.Function.Environment.Variables.VERSION)\"`",
"postinstall": "cd src/web-ui && npm i && cd ../functions/setup && npm i && cd ../proctor && npm i",
"start": "cd src/web-ui && npm start",
Expand Down

0 comments on commit 9ff679c

Please sign in to comment.