Commit c3f821de by Moorthy G

chore(package.json): add type-check npm script

parent 9e4eff74
......@@ -42,3 +42,7 @@ yarn-error.log*
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# typescript
*.tsbuildinfo
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment