Skip to content

Commit 32686e6

Browse files
chore: build tsc
1 parent 40fa76f commit 32686e6

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
@@ -29,7 +29,8 @@
2929
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
3030
"lint:spelling": "cspell \"**\" \".github/**/*\"",
3131
"measure": "node --import tsx/esm src/measure.ts",
32-
"prepare": "husky"
32+
"prepare": "husky",
33+
"tsc": "tsc"
3334
},
3435
"lint-staged": {
3536
"*": "prettier --ignore-unknown --write"

0 commit comments

Comments
 (0)