瀏覽代碼

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