We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c88d34 commit 5b20f10Copy full SHA for 5b20f10
.github/workflows/ci-workflow.yml
@@ -15,7 +15,7 @@ jobs:
15
run: npm install
16
17
- name: Check typescript
18
- run: npm run type:check
+ run: npm run compile
19
20
- name: Check eslint
21
run: npm run lint
0 commit comments