Skip to content

Commit efd881a

Browse files
committed
ci: add typecheck
1 parent 7cf13a1 commit efd881a

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
@@ -35,7 +35,8 @@
3535
"test": "vitest run",
3636
"format": "prettier --write .",
3737
"format:check": "prettier --check .",
38-
"lint": "eslint --max-warnings 0 ."
38+
"lint": "eslint --max-warnings 0 .",
39+
"typecheck": "tsc --noEmit"
3940
},
4041
"license": "MIT",
4142
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)