This commit is contained in:
parent
e1ab90969d
commit
6584a6638f
@ -26,6 +26,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
patterns: |-
|
patterns: |-
|
||||||
**/yarn.lock
|
**/yarn.lock
|
||||||
|
**/*.js
|
||||||
|
**/*.jsx
|
||||||
|
**/*.ts
|
||||||
|
**/*.tsx
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
|
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user