diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-27 01:02:16 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-27 01:02:16 +0800 |
commit | 1494a70badaafbd0a52f63dae6f26232cf556526 (patch) | |
tree | 512f3c32224031992eb9380ebcf664cc4292b99e /package.json | |
parent | d750225554a0c4c317863cf11a7db5b1570e5b41 (diff) | |
parent | 6d565f4bff38b12515f4d8f0e29cdc223c12d1fb (diff) | |
download | dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.gz dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.bz2 dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.lz dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.xz dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.tar.zst dexon-sol-tools-1494a70badaafbd0a52f63dae6f26232cf556526.zip |
Merge branch 'development' into feature/instant/open-close-events
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 801657f5d..bc9fd06ed 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "install:all": "yarn install", "wsrun": "wsrun", "lerna": "lerna", - "build": "wsrun build $PKG --fast-exit -r --stages", - "build:no_website": "wsrun build $PKG --fast-exit -r --stages --exclude @0x/website", - "build:ci:no_website": "wsrun build:ci $PKG --fast-exit -r --stages --exclude @0x/website", + "build": "wsrun build $PKG --fast-exit -r --stages --exclude-missing", + "build:no_website": "wsrun build $PKG --fast-exit -r --stages --exclude @0x/website --exclude-missing", + "build:ci:no_website": "wsrun build:ci $PKG --fast-exit -r --stages --exclude @0x/website --exclude-missing", "build:monorepo_scripts": "PKG=@0x/monorepo-scripts yarn build", "build:ts": "tsc -b", "watch:ts": "tsc -b -w", @@ -40,7 +40,7 @@ }, "config": { "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic", - "packagesWithDocPages": "0x.js connect json-schemas subproviders web3-wrapper contract-wrappers order-utils order-watcher sol-compiler sol-cov ethereum-types asset-buyer" + "packagesWithDocPages": "0x.js connect json-schemas subproviders web3-wrapper contract-wrappers order-utils order-watcher sol-compiler sol-cov ethereum-types asset-buyer migrations" }, "bundlewatch": { "files": [ |