Skip to content

Commit 5e6068e

Browse files
author
Brian Muller
committed
add typecheck to github actions
1 parent cf2647c commit 5e6068e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
- run: pnpm lint
2222
- run: pnpm test
2323
- run: pnpm build
24+
- run: pnpm typecheck

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"build": "pnpm --filter '@parallelmarkets/*' build",
88
"lint": "pnpm -r lint",
9-
"test": "pnpm -r test"
9+
"test": "pnpm -r test",
10+
"typecheck": "pnpm -r typecheck"
1011
},
1112
"keywords": [
1213
"ParallelMarkets"

0 commit comments

Comments
 (0)