Skip to content

Commit

Permalink
--verbose flag for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Mar 9, 2023
1 parent 5cc6fc9 commit 830892f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
with:
node-version: 16
cache: yarn
cache: yarn --verbose
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: yarn
Expand All @@ -41,6 +41,6 @@ jobs:
cache: yarn
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: yarn
run: yarn --verbose
- name: Typecheck And Build Code
run: yarn typecheck && yarn build-lib

0 comments on commit 830892f

Please sign in to comment.