Re-run yarn since fails again on first run

This commit is contained in:
Fabio Berger
2019-02-07 12:29:05 +00:00
parent bede3d7e29
commit f118e86cfe

View File

@@ -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