aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-11-22 21:16:08 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-11-22 21:48:15 +0800
commit06cc66005cf0713fcc877ae67b51b38fb110b09d (patch)
tree9823f26c8f83f5051aa2b5a6068fe9c542eaeb4c /package.json
parenta5359df002d121c1b7c1f29e8a2bd8b351090ee3 (diff)
downloaddexon-sol-tools-06cc66005cf0713fcc877ae67b51b38fb110b09d.tar
dexon-sol-tools-06cc66005cf0713fcc877ae67b51b38fb110b09d.tar.gz
dexon-sol-tools-06cc66005cf0713fcc877ae67b51b38fb110b09d.tar.bz2
dexon-sol-tools-06cc66005cf0713fcc877ae67b51b38fb110b09d.tar.lz
dexon-sol-tools-06cc66005cf0713fcc877ae67b51b38fb110b09d.tar.xz
dexon-sol-tools-06cc66005cf0713fcc877ae67b51b38fb110b09d.tar.zst
dexon-sol-tools-06cc66005cf0713fcc877ae67b51b38fb110b09d.zip
Make contract-templates an npm package
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
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",