Skip to content

Commit 2a91760

Browse files
committed
maybe fix 3
1 parent 6b42aed commit 2a91760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/api/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"start": "npx dotenv-cli -c -- node dist/src/main.js",
1212
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
1313
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
14-
"prisma": "npx dotenv-cli -c -- prisma"
14+
"prisma": "npx dotenv-cli -c -- prisma",
15+
"postinstall": "prisma generate"
1516
},
1617
"prisma": {
1718
"seed": "ts-node prisma/seed.ts"

0 commit comments

Comments
 (0)