Skip to content

Commit 5b20f10

Browse files
committed
fix: ci script
1 parent 1c88d34 commit 5b20f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: npm install
1616

1717
- name: Check typescript
18-
run: npm run type:check
18+
run: npm run compile
1919

2020
- name: Check eslint
2121
run: npm run lint

0 commit comments

Comments
 (0)