aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-02-07 20:29:05 +0800
committerFabio Berger <me@fabioberger.com>2019-02-07 20:29:05 +0800
commitf118e86cfe478f95eb0450df351871e8278862c3 (patch)
tree37cb072202cb8cff0252c2f315f97e0be4cb9935
parentbede3d7e295ead6cb63457c138274727e5dae710 (diff)
downloaddexon-0x-contracts-f118e86cfe478f95eb0450df351871e8278862c3.tar
dexon-0x-contracts-f118e86cfe478f95eb0450df351871e8278862c3.tar.gz
dexon-0x-contracts-f118e86cfe478f95eb0450df351871e8278862c3.tar.bz2
dexon-0x-contracts-f118e86cfe478f95eb0450df351871e8278862c3.tar.lz
dexon-0x-contracts-f118e86cfe478f95eb0450df351871e8278862c3.tar.xz
dexon-0x-contracts-f118e86cfe478f95eb0450df351871e8278862c3.tar.zst
dexon-0x-contracts-f118e86cfe478f95eb0450df351871e8278862c3.zip
Re-run yarn since fails again on first run
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f6e028ea0..38fb2624a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
command: sudo npm install --global yarn@1.9.4
- run:
name: yarn
- command: yarn --frozen-lockfile --ignore-engines install
+ command: yarn --frozen-lockfile --ignore-engines install || yarn --frozen-lockfile --ignore-engines install
- setup_remote_docker
- run: yarn build:ci:no_website
- run: yarn build:ts