Skip to content

Commit e098dc3

Browse files
committed
fix github workflows
1 parent b9337b3 commit e098dc3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
working-directory: screenkey-app
5454
run: npx tsc --noEmit
5555

56+
- name: Build frontend
57+
working-directory: screenkey-app
58+
run: npm run build
59+
5660
- name: Rust format check
5761
working-directory: screenkey-app/src-tauri
5862
run: cargo fmt --all -- --check
@@ -61,10 +65,6 @@ jobs:
6165
working-directory: screenkey-app/src-tauri
6266
run: cargo clippy --all-targets --all-features -- -D warnings
6367

64-
- name: Build frontend
65-
working-directory: screenkey-app
66-
run: npm run build
67-
6868
- name: Rust check
6969
working-directory: screenkey-app/src-tauri
7070
run: cargo check --all-targets --all-features

0 commit comments

Comments
 (0)