فهرست منبع

chore: fix check

GyDi 1 سال پیش
والد
کامیت
9df1115380
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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