We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6a195 commit db00e39Copy full SHA for db00e39
ecommerce-admin/package.json
@@ -6,7 +6,8 @@
6
"dev": "next dev",
7
"build": "next build",
8
"start": "next start",
9
- "lint": "next lint"
+ "lint": "next lint",
10
+ "postinstall": "prisma generate"
11
},
12
"dependencies": {
13
"@clerk/nextjs": "^4.21.14",
ecommerce-store/package.json
@@ -6,8 +6,7 @@
- "lint": "next lint",
- "postinstall": "prisma generate"
+ "lint": "next lint"
"@headlessui/react": "^1.7.15",
0 commit comments