Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Jul 17, 2024
1 parent e0820e8 commit c9584d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm i

- name: Check build:ts
run: npm run build:Ts
run: npm run build:ts

- name: Check test:ts
run: npm run test:Ts
run: npm run test:ts

0 comments on commit c9584d2

Please sign in to comment.