Skip to content

Commit

Permalink
add typecheck to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Apr 26, 2024
1 parent cf2647c commit 5e6068e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
- run: pnpm lint
- run: pnpm test
- run: pnpm build
- run: pnpm typecheck
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"build": "pnpm --filter '@parallelmarkets/*' build",
"lint": "pnpm -r lint",
"test": "pnpm -r test"
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck"
},
"keywords": [
"ParallelMarkets"
Expand Down

0 comments on commit 5e6068e

Please sign in to comment.