Skip to content
Snippets Groups Projects
Commit 9df11153 authored by GyDi's avatar GyDi
Browse files

chore: fix check

parent f22e360c
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
- name: Yarn install and check - name: Yarn install and check
run: | run: |
yarn install --network-timeout 1000000 --frozen-lockfile yarn install --network-timeout 1000000 --frozen-lockfile
yarn run check yarn run check --force
- name: Tauri build - name: Tauri build
uses: tauri-apps/tauri-action@v0 uses: tauri-apps/tauri-action@v0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment