Skip to content

Commit 830892f

Browse files
committed
--verbose flag for yarn
1 parent 5cc6fc9 commit 830892f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
2020
with:
2121
node-version: 16
22-
cache: yarn
22+
cache: yarn --verbose
2323
registry-url: https://registry.npmjs.org/
2424
- name: Install Dependencies
2525
run: yarn
@@ -41,6 +41,6 @@ jobs:
4141
cache: yarn
4242
registry-url: https://registry.npmjs.org/
4343
- name: Install Dependencies
44-
run: yarn
44+
run: yarn --verbose
4545
- name: Typecheck And Build Code
4646
run: yarn typecheck && yarn build-lib

0 commit comments

Comments
 (0)