Skip to content

Commit

Permalink
Fixed build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hintay committed Feb 24, 2022
1 parent e6344a6 commit 1b4abab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
node-version: '14.x'
cache: 'yarn'
cache-dependency-path: frontend/yarn.lock'
cache-dependency-path: '**/yarn.lock'

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 1b4abab

Please sign in to comment.