aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-10-01 22:52:08 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-10-02 21:09:24 +0800
commit97616eb8e4c3a8af81337eda8f5d97de59c6fc1f (patch)
treeaf102b66bba21c621d4ab670e84339da37cb0988 /package.json
parent9e3d1cd63d1ed521496118f90b79515c723bd5a0 (diff)
downloaddexon-sol-tools-97616eb8e4c3a8af81337eda8f5d97de59c6fc1f.tar
dexon-sol-tools-97616eb8e4c3a8af81337eda8f5d97de59c6fc1f.tar.gz
dexon-sol-tools-97616eb8e4c3a8af81337eda8f5d97de59c6fc1f.tar.bz2
dexon-sol-tools-97616eb8e4c3a8af81337eda8f5d97de59c6fc1f.tar.lz
dexon-sol-tools-97616eb8e4c3a8af81337eda8f5d97de59c6fc1f.tar.xz
dexon-sol-tools-97616eb8e4c3a8af81337eda8f5d97de59c6fc1f.tar.zst
dexon-sol-tools-97616eb8e4c3a8af81337eda8f5d97de59c6fc1f.zip
Split CI install and build steps
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0efbc85eb..5b2a7b200 100644
--- a/package.json
+++ b/package.json
@@ -26,6 +26,7 @@
"build": "wsrun build $PKG --fast-exit -r --stages",
"build:ci": "wsrun build:ci $PKG --fast-exit -r --stages",
"build:no_website": "wsrun build $PKG --fast-exit -r --stages --exclude @0xproject/website",
+ "build:ci:no_website": "wsrun build:ci $PKG --fast-exit -r --stages --exclude @0xproject/website",
"build:monorepo_scripts": "PKG=@0xproject/monorepo-scripts yarn build",
"build:ts": "tsc -b",
"watch:ts": "tsc -b -w",