[Dev] Add typecheck command (#3409)

* add test command for typechecking

* change command name
This commit is contained in:
Alex Van Liew 2024-08-08 05:58:07 -07:00 committed by GitHub
parent cff3adf2e6
commit aaad2241ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"test:cov": "vitest run --project pre && vitest run --project main --coverage",
"test:watch": "vitest run --project pre && vitest watch --project main --coverage",
"test:silent": "vitest run --project pre && vitest run --project main --silent",
"typecheck": "tsc --noEmit",
"eslint": "eslint --fix .",
"eslint-ci": "eslint .",
"docs": "typedoc",