Skip to content

Commit a26151e

Browse files
committed
chore: add typecheck script
1 parent d5a1d75 commit a26151e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"build": "tsx build.ts",
77
"watch": "nodemon --watch ../blog --watch ../material -e md,jpg,png,svg --exec 'npm run build'",
88
"test": "vitest run",
9-
"test:watch": "vitest"
9+
"test:watch": "vitest",
10+
"typecheck": "tsc --noEmit"
1011
},
1112
"author": "",
1213
"license": "ISC",

0 commit comments

Comments
 (0)