REVERT LATER debug yarn install

or should this stay?
This commit is contained in:
eps1lon 2023-02-11 18:29:50 +01:00
parent 3638769e49
commit 397e5ef1b6
No known key found for this signature in database
GPG Key ID: 5827136E9D397532
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@ commands:
- run:
name: Install dependencies
command: |
yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
yarn install --verbose --frozen-lockfile --cache-folder ~/.cache/yarn
if [ $? -ne 0 ]; then
yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
yarn install --verbose --frozen-lockfile --cache-folder ~/.cache/yarn
fi
- save_cache:
name: Save yarn cache