ci: enforce type checking
This commit is contained in:
parent
530a89755c
commit
bffa896184
2 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
|||
"dev": "vite --host 0.0.0.0",
|
||||
"preview": "vite preview",
|
||||
"dist": "vite build",
|
||||
"count-source-lines": "exec scripts/src-lc.sh"
|
||||
"count-source-lines": "exec scripts/src-lc.sh",
|
||||
"typecheck": "tsc --noEmit --skipLibCheck"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Rubicon",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue