Browse Source

Fixed build workflow.

Hintay 3 years ago
parent
commit
1b4abab47f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -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