chore(package.json): add type-check npm script
Showing
... | ... | @@ -8,7 +8,8 @@ |
"start": "next start", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build", | ||
"analyze": "cross-env ANALYZE=true next build" | ||
"analyze": "cross-env ANALYZE=true next build", | ||
"type-check": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@heroui/react": "2.8.2", | ||
... | ... |
Please
register
or
sign in
to comment