Skip to content

Commit 5915743

Browse files
chore: updated to the latest version
1 parent 7768d36 commit 5915743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/auth-postgresql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
".env.local"
1313
],
1414
"scripts": {
15-
"prepare": "npx prisma generate && npm run build",
15+
"prepare": "npx prisma generate && tsc && tsc-alias",
1616
"init": "dotenv -e .env.local -- prisma migrate deploy",
1717
"dev": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")",
1818
"build": "dotenv -e .env.local -- prisma migrate deploy && tsc && tsc-alias",

0 commit comments

Comments
 (0)