Skip to content

Commit

Permalink
check ts definitions in ci (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia authored Sep 14, 2021
1 parent fa2e218 commit e38afee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
run: npm install --pure-lockfile
- name: Test
run: npm run test
- name: Check ts definitions
run: npx check-dts dist/centrifuge.d.ts

0 comments on commit e38afee

Please sign in to comment.