diff options
author | Fabio Berger <me@fabioberger.com> | 2018-10-04 23:35:30 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-10-04 23:35:30 +0800 |
commit | 08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725 (patch) | |
tree | 4f5c25e45c7d9340a17792356d3274d579e75bef /package.json | |
parent | d5379ab3202030a74fb6e0947b2cf3c99e162df3 (diff) | |
download | dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.gz dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.bz2 dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.lz dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.xz dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.tar.zst dexon-sol-tools-08ba4ffd61e17155b4fcbf0a9d7385ba2af0c725.zip |
Build website in parallel with other tests since no other test relies on it being built to run
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 600569386..8eb736cc4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "wsrun": "wsrun", "lerna": "lerna", "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", |