Ignore error of first yarn install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user