aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-07-05 08:44:32 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-07-05 08:44:32 +0800
commit61a6040e7486f77f27abc388e5e58a7774363b41 (patch)
tree2b49490127d3f84fd5063fb7ba2b5cf591f1eb91 /package.json
parent9c4f3b2cbae3c00b3189f3043e50c0caacfd9186 (diff)
parentc81855e1196aef738cb741a5ddeacc347a6a81cb (diff)
downloaddexon-sol-tools-61a6040e7486f77f27abc388e5e58a7774363b41.tar
dexon-sol-tools-61a6040e7486f77f27abc388e5e58a7774363b41.tar.gz
dexon-sol-tools-61a6040e7486f77f27abc388e5e58a7774363b41.tar.bz2
dexon-sol-tools-61a6040e7486f77f27abc388e5e58a7774363b41.tar.lz
dexon-sol-tools-61a6040e7486f77f27abc388e5e58a7774363b41.tar.xz
dexon-sol-tools-61a6040e7486f77f27abc388e5e58a7774363b41.tar.zst
dexon-sol-tools-61a6040e7486f77f27abc388e5e58a7774363b41.zip
Merge branch 'master' into subscribe-token
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 4f9c6f3ae..4ff17c2d9 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"scripts": {
"prebuild": "npm run clean",
"build": "run-p build:*:prod",
- "prepublish": "run-p build:umd:prod build:commonjs:dev",
+ "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",
"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",