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 a204499 commit 780772bCopy full SHA for 780772b
package.json
@@ -7,6 +7,7 @@
7
"license": "Apache-2.0",
8
"scripts": {
9
"prebuild": "rimraf dist",
10
+ "postinstall": "prisma generate",
11
"build": "nest build",
12
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"prisma/**/*.ts\"",
13
"format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\" \"prisma/**/*.ts\"",
0 commit comments