chore(hooks): add typecheck script to use-theme and use-keyboard-shortcuts
Aligns with other packages that expose tsc --noEmit for CI.
This commit is contained in:
parent
bb86bf220e
commit
ea2e68562b
@ -15,7 +15,8 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "vitest run --pool forks"
|
"test": "vitest run --pool forks",
|
||||||
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": ">=18.0.0"
|
"react": ">=18.0.0"
|
||||||
|
|||||||
@ -15,7 +15,8 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "vitest run --pool forks"
|
"test": "vitest run --pool forks",
|
||||||
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": ">=18.0.0"
|
"react": ">=18.0.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user