Skip to content

Commit

Permalink
Missing command run for typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cesxhin committed Sep 28, 2024
1 parent 7f82302 commit 876c2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm i

- name: Check syntax typescript
run: npm typecheck
run: npm run typecheck

- name: Check syntax and rules of Eslint
run: npm run eslint
Expand Down

0 comments on commit 876c2d8

Please sign in to comment.