diff options
author | Fabio Berger <me@fabioberger.com> | 2017-11-15 07:04:29 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-11-15 07:04:29 +0800 |
commit | ff0b0ae1ab87f174862e167484bb601c700066be (patch) | |
tree | 6a0cf88d1161f00b72ba5caf33bee3f78c494d83 /packages | |
parent | 823015435d99165203d31a90bebcc561f91b60c5 (diff) | |
download | dexon-sol-tools-ff0b0ae1ab87f174862e167484bb601c700066be.tar dexon-sol-tools-ff0b0ae1ab87f174862e167484bb601c700066be.tar.gz dexon-sol-tools-ff0b0ae1ab87f174862e167484bb601c700066be.tar.bz2 dexon-sol-tools-ff0b0ae1ab87f174862e167484bb601c700066be.tar.lz dexon-sol-tools-ff0b0ae1ab87f174862e167484bb601c700066be.tar.xz dexon-sol-tools-ff0b0ae1ab87f174862e167484bb601c700066be.tar.zst dexon-sol-tools-ff0b0ae1ab87f174862e167484bb601c700066be.zip |
re-add commonjs build
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 175ddad19..0204d723f 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:commonjs; exit 0;", + "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", |