소스 검색

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