chore: fix check

This commit is contained in:
GyDi 2023-11-03 16:00:34 +08:00
parent f22e360cbb
commit 9df1115380

View File

@ -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