We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7768d36 commit 5915743Copy full SHA for 5915743
packages/integrations/auth-postgresql/package.json
@@ -12,7 +12,7 @@
12
".env.local"
13
],
14
"scripts": {
15
- "prepare": "npx prisma generate && npm run build",
+ "prepare": "npx prisma generate && tsc && tsc-alias",
16
"init": "dotenv -e .env.local -- prisma migrate deploy",
17
"dev": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")",
18
"build": "dotenv -e .env.local -- prisma migrate deploy && tsc && tsc-alias",
0 commit comments