Skip to content

Commit 97ba732

Browse files
committed
Added prisma:generate to build
1 parent 0706aba commit 97ba732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "npx lerna run dev",
8-
"build": "npx lerna run build",
8+
"build": "npm run prisma:generate && lerna run build",
99
"build:clean": "npx nx reset && npm run build",
1010
"build-docker": "docker build -t protokit-base -f ./packages/deployment/docker/base/Dockerfile .",
1111
"lint": "npx lerna run lint",

0 commit comments

Comments
 (0)