Skip to content

Commit

Permalink
Add typescript checking
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Oct 3, 2024
1 parent 4271453 commit 358c1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- node_modules
key: v4-dependencies-{{ checksum "yarn.lock" }}

- run: yarn typescript:check

- run: yarn lint

# test if dist is correctly generated from src
Expand Down

0 comments on commit 358c1f4

Please sign in to comment.