diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-11-26 21:12:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 21:12:13 +0800 |
commit | 7b152176948c02e7bf1c27e377530fc3c6d9245a (patch) | |
tree | 065bfc9d0b9d193f20035a1849912cc25f8cff1a /package.json | |
parent | 8caded1d1d94d03aa49a2490b46eaebd8bf5ed74 (diff) | |
parent | 9ddd45e2c687280041cc0bb4cd7cb3c1a2c22767 (diff) | |
download | dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.gz dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.bz2 dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.lz dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.xz dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.tar.zst dexon-sol-tools-7b152176948c02e7bf1c27e377530fc3c6d9245a.zip |
Merge pull request #1305 from 0xProject/feature/contract-templates
[@0x/contract-templates] Make contract-templates an npm package
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 8b74aad67..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", |