aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-08-24 17:15:10 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-08-24 17:15:10 +0800
commit92cbb48e15c6af45ffc0b860fb5e66b12923c0bc (patch)
treee45992b0f35df0aaeb03519aaf2dd2e0e5b16271 /package.json
parentf3fe3fb0c5bfd4e0adb0d6c5b236f9ae8f6c3500 (diff)
downloaddexon-0x-contracts-92cbb48e15c6af45ffc0b860fb5e66b12923c0bc.tar
dexon-0x-contracts-92cbb48e15c6af45ffc0b860fb5e66b12923c0bc.tar.gz
dexon-0x-contracts-92cbb48e15c6af45ffc0b860fb5e66b12923c0bc.tar.bz2
dexon-0x-contracts-92cbb48e15c6af45ffc0b860fb5e66b12923c0bc.tar.lz
dexon-0x-contracts-92cbb48e15c6af45ffc0b860fb5e66b12923c0bc.tar.xz
dexon-0x-contracts-92cbb48e15c6af45ffc0b860fb5e66b12923c0bc.tar.zst
dexon-0x-contracts-92cbb48e15c6af45ffc0b860fb5e66b12923c0bc.zip
Specify tag and other values in the release script
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 966d29793..25d5c65c9 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"build": "run-p build:*:prod",
"prepublishOnly": "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",
+ "release": "publish-release --assets _bundles/index.js,_bundles/index.min.js --tag $(git describe --tags) --owner 0xProject --repo 0x.js",
"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",