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 33658c3 commit f68a629Copy full SHA for f68a629
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/src/index.js",
6
"type": "module",
7
"scripts": {
8
- "build": "rimraf dist && node build/run-esbuild.js",
+ "build": "rimraf dist && prisma generate &&node build/run-esbuild.js",
9
"start": "cross-env NODE_ENV=production && node dist/index.js",
10
"dev": "cross-env NODE_ENV=development && tsx src/index.ts",
11
"dev:hot": "cross-env NODE_ENV=development && tsx watch src/index.ts",
0 commit comments