Skip to content

Commit 3a52cea

Browse files
committed
chore: add TypeScript check script to package.json
1 parent 23574b5 commit 3a52cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"ts:check": "tsc --noEmit"
1011
},
1112
"dependencies": {
1213
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)