diff options
| author | Leonid <logvinov.leon@gmail.com> | 2017-11-28 05:53:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-28 05:53:21 +0800 |
| commit | cf0a8b2d0503f9d08ac789024d44b196613ecdc3 (patch) | |
| tree | 75653154b85dd6df06da46af9411baf57c23367b /packages/connect/package.json | |
| parent | 37f0051d8380279a1a882cdc724e54fc09117901 (diff) | |
| parent | 4a17f5e82074b01e74ae6982e82419a037eebdb4 (diff) | |
| download | dexon-sol-tools-cf0a8b2d0503f9d08ac789024d44b196613ecdc3.tar.gz dexon-sol-tools-cf0a8b2d0503f9d08ac789024d44b196613ecdc3.tar.zst dexon-sol-tools-cf0a8b2d0503f9d08ac789024d44b196613ecdc3.zip | |
Merge branch 'development' into feature/passNetworkId
Diffstat (limited to 'packages/connect/package.json')
| -rw-r--r-- | packages/connect/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/connect/package.json b/packages/connect/package.json index 0257b4496..acb2bd053 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -15,7 +15,7 @@ "build": "tsc", "clean": "shx rm -rf _bundles lib test_temp", "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_DIR", - "upload_docs_json": "aws s3 cp docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type aplication/json", + "upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json", "copy_test_fixtures": "copyfiles -u 2 './test/fixtures/**/*.json' ./lib/test/fixtures", "lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'", "run_mocha": "mocha lib/test/**/*_test.js", |
