web: fix typecheck
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
"dev": "next dev",
|
||||
"postinstall": "prisma generate",
|
||||
"lint": "next lint",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^3.3.2",
|
||||
"@mixan/types": "^0.0.2-alpha",
|
||||
"@mixan/types": "workspace:*",
|
||||
"@next-auth/prisma-adapter": "^1.0.7",
|
||||
"@prisma/client": "^5.1.1",
|
||||
"@radix-ui/react-alert-dialog": "^1.0.5",
|
||||
|
||||
Reference in New Issue
Block a user