Skip to content

Commit

Permalink
add typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nneven committed Oct 21, 2023
1 parent 8df6d46 commit 03cd50c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pnpm install

- name: Run typecheck
run: pnpm run tsc -- --noEmit
run: pnpm run typecheck

- name: Run lint
run: pnpm run lint
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clerk/nextjs": "^4.25.5",
Expand Down

0 comments on commit 03cd50c

Please sign in to comment.