diff options
author | Fabio Berger <me@fabioberger.com> | 2019-02-07 20:29:05 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2019-02-07 20:29:05 +0800 |
commit | f118e86cfe478f95eb0450df351871e8278862c3 (patch) | |
tree | 37cb072202cb8cff0252c2f315f97e0be4cb9935 | |
parent | bede3d7e295ead6cb63457c138274727e5dae710 (diff) | |
download | dexon-0x-contracts-f118e86cfe478f95eb0450df351871e8278862c3.tar.gz 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.yml | 2 |
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 |