Fix prisma bug

This commit is contained in:
Santiago Lo Coco 2024-04-24 17:45:21 +02:00
parent d56c79259d
commit 2daae9a4ae
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write .",
"prepare": "husky"
"prepare": "husky",
"postinstall": "prisma generate"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",