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 e6344a6 commit 1b4ababCopy full SHA for 1b4abab
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
node-version: '14.x'
41
cache: 'yarn'
42
- cache-dependency-path: frontend/yarn.lock'
+ cache-dependency-path: '**/yarn.lock'
43
44
- name: Install dependencies
45
run: yarn install
0 commit comments