Skip to content

Commit 7fed9aa

Browse files
committed
fix workflow
1 parent bfbf1bf commit 7fed9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install dependencies
1212
run: npm ci
1313
- name: Type Check
14-
run: num run check
14+
run: npm run check
1515
- name: Lint
1616
run: npm run lint
1717
- name: Test

0 commit comments

Comments
 (0)