package.json > fix prisma generate for o2switch
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"cleanup": "node src/cleanup.js",
|
||||
"test": "vitest run",
|
||||
"build": "npm install --prefix frontend --include=dev && npm run build --prefix frontend",
|
||||
"postinstall": "prisma generate"
|
||||
"postinstall": "./node_modules/.bin/prisma generate --schema=\"$INIT_CWD/prisma/schema.prisma\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.19.3",
|
||||
|
||||
Reference in New Issue
Block a user