Skip to content

Commit c43b689

Browse files
committed
ci: actually fix installing deps in the typecheck job
1 parent e642af3 commit c43b689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache: npm
5555

5656
- name: Install dependencies
57-
run: make ci
57+
run: make install
5858

5959
- name: Typecheck TypeScript
6060
run: make compile

0 commit comments

Comments
 (0)