Skip to content

Commit

Permalink
build: add typecheck to runtime configs
Browse files Browse the repository at this point in the history
  • Loading branch information
vzrenggamani committed Dec 30, 2024
1 parent 13c9b69 commit 50851dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"type-check": "tsc --noEmit",
"type-check:watch": "tsc --noEmit --watch"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
Expand Down

0 comments on commit 50851dd

Please sign in to comment.