Jelajahi Sumber

Fixed build workflow.

Hintay 3 tahun lalu
induk
melakukan
1b4abab47f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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