diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-27 06:31:15 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-27 06:31:15 +0800 |
commit | 79b79a5795ebcc566b8303afe29fc4164ea9c144 (patch) | |
tree | 89d29ddcc6a61533d2632c63a2fdef2b184f5875 | |
parent | 540faac79c3b31055a58708a23e3031ab5152f9c (diff) | |
download | dexon-sol-tools-79b79a5795ebcc566b8303afe29fc4164ea9c144.tar dexon-sol-tools-79b79a5795ebcc566b8303afe29fc4164ea9c144.tar.gz dexon-sol-tools-79b79a5795ebcc566b8303afe29fc4164ea9c144.tar.bz2 dexon-sol-tools-79b79a5795ebcc566b8303afe29fc4164ea9c144.tar.lz dexon-sol-tools-79b79a5795ebcc566b8303afe29fc4164ea9c144.tar.xz dexon-sol-tools-79b79a5795ebcc566b8303afe29fc4164ea9c144.tar.zst dexon-sol-tools-79b79a5795ebcc566b8303afe29fc4164ea9c144.zip |
Add the 0xproject profile flag to the AWS cli command so that devs can have their personal AWS creds be the default in .aws/credentials
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7d4525c1c..aaf6ada16 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "prepublish": "run-p build:umd:prod build:commonjs:dev", "postpublish": "run-s release docs:json upload_docs_json", "release": "publish-release --assets _bundles/index.js,_bundles/index.min.js", - "upload_docs_json": "aws s3 cp docs/index.json s3://0xjs-docs-jsons/$(git describe --tags).json --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type aplication/json", + "upload_docs_json": "aws s3 cp docs/index.json s3://0xjs-docs-jsons/$(git describe --tags).json --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type aplication/json", "lint": "tslint src/*.ts test/*.ts", "test": "run-s clean test:commonjs", "test:umd": "./scripts/test_umd.sh", |