Ignore error of first yarn install

This commit is contained in:
Fabio Berger
2018-08-22 14:53:01 +01:00
parent 1fdd7466b2
commit 730226081c

View File

@@ -19,7 +19,7 @@ jobs:
- yarn-packages-
- run:
name: yarn
command: yarn --frozen-lockfile install; exit 0;
command: yarn --frozen-lockfile install || true
- run:
name: yarn
command: yarn --frozen-lockfile install