diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2017-11-15 01:14:08 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2017-11-15 01:14:08 +0800 |
commit | 247b4686fad239a461ade557e511a41091364e44 (patch) | |
tree | f864d2a87d615f345f1dcf9044a5530cae0b9b14 /packages | |
parent | c78cb27175131a27e9fbc310ec79042b77728609 (diff) | |
download | dexon-sol-tools-247b4686fad239a461ade557e511a41091364e44.tar dexon-sol-tools-247b4686fad239a461ade557e511a41091364e44.tar.gz dexon-sol-tools-247b4686fad239a461ade557e511a41091364e44.tar.bz2 dexon-sol-tools-247b4686fad239a461ade557e511a41091364e44.tar.lz dexon-sol-tools-247b4686fad239a461ade557e511a41091364e44.tar.xz dexon-sol-tools-247b4686fad239a461ade557e511a41091364e44.tar.zst dexon-sol-tools-247b4686fad239a461ade557e511a41091364e44.zip |
Add exit 0 to 0x.js build command
Diffstat (limited to 'packages')
-rw-r--r-- | packages/0x.js/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 6839e6513..15dc05ed1 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -13,7 +13,7 @@ "types": "lib/src/index.d.ts", "scripts": { "prebuild": "npm run clean", - "build": "run-p build:umd:prod build:commonjs", + "build": "run-p build:umd:prod build:commonjs; exit 0;", "prepublishOnly": "run-p build", "postpublish": "run-s release docs:json upload_docs_json", "release": "publish-release --assets _bundles/index.js,_bundles/index.min.js --tag $(git describe --tags) --owner 0xProject --repo 0x.js", |