We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc6fc9 commit 830892fCopy full SHA for 830892f
.github/workflows/continuous-integration.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
20
with:
21
node-version: 16
22
- cache: yarn
+ cache: yarn --verbose
23
registry-url: https://registry.npmjs.org/
24
- name: Install Dependencies
25
run: yarn
@@ -41,6 +41,6 @@ jobs:
41
cache: yarn
42
43
44
- run: yarn
+ run: yarn --verbose
45
- name: Typecheck And Build Code
46
run: yarn typecheck && yarn build-lib
0 commit comments