Skip to content

Commit d00a9f7

Browse files
committed
actually add type-check command
1 parent f818109 commit d00a9f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"test:watch": "vitest watch",
2727
"test:coverage": "vitest run --coverage",
2828
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
29-
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\""
29+
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"",
30+
"type-check": "tsc --noEmit"
3031
},
3132
"keywords": [
3233
"snippet",

0 commit comments

Comments
 (0)