Skip to content

Commit f68a629

Browse files
authored
ci: Update build script to include prisma generate
1 parent 33658c3 commit f68a629

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
"main": "dist/src/index.js",
66
"type": "module",
77
"scripts": {
8-
"build": "rimraf dist && node build/run-esbuild.js",
8+
"build": "rimraf dist && prisma generate &&node build/run-esbuild.js",
99
"start": "cross-env NODE_ENV=production && node dist/index.js",
1010
"dev": "cross-env NODE_ENV=development && tsx src/index.ts",
1111
"dev:hot": "cross-env NODE_ENV=development && tsx watch src/index.ts",

0 commit comments

Comments
 (0)