GyDi 1 éve
szülő
commit
9df1115380
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/alpha.yml

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

@@ -64,7 +64,7 @@ jobs:
       - name: Yarn install and check
         run: |
           yarn install --network-timeout 1000000 --frozen-lockfile
-          yarn run check
+          yarn run check --force
 
       - name: Tauri build
         uses: tauri-apps/tauri-action@v0