Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.

Commit 563c865

Browse files
author
Petar Denev
committed
enable yarn cache on .github/workflows/ts-packages.yml
1 parent a9e130e commit 563c865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ts-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Install Dependencies
4242
# only install dependencies if there was a change in the deps
43-
# if: steps.yarn-cache.outputs.cache-hit != 'true'
43+
if: steps.yarn-cache.outputs.cache-hit != 'true'
4444
run: yarn install
4545

4646
- name: Build
@@ -167,7 +167,7 @@ jobs:
167167
168168
- name: Install Dependencies
169169
# only install dependencies if there was a change in the deps
170-
# if: steps.yarn-cache.outputs.cache-hit != 'true'
170+
if: steps.yarn-cache.outputs.cache-hit != 'true'
171171
run: yarn install
172172

173173
# - name: Lint JS and TS

0 commit comments

Comments
 (0)