Skip to content

Commit

Permalink
verbose install
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed May 30, 2024
1 parent 442def9 commit 8e34944
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- packages-v1-{{ .Branch }}-
- packages-v1-
# Was, todo restore it - run: yarn install --frozen-lockfile
- run: yarn install -f
- run: |
echo About to yarn install
yarn install -f --verbose
echo Done yarn install
- save_cache:
name: Save Package Cache
paths:
Expand Down

0 comments on commit 8e34944

Please sign in to comment.