fix: enforce type checking on commit time

This commit is contained in:
Andrew Bastin
2022-03-15 21:19:29 +05:30
parent 750487e8ad
commit 2a67e98588
9 changed files with 23 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
"prepublish": "pnpm run build",
"do-lint": "pnpm run lint",
"do-lintfix": "pnpm run lintfix",
"do-typecheck": "pnpx tsc --noEmit",
"do-build-prod": "pnpm run build",
"do-test": "pnpm run test"
},