chore: postinstall update in package.json
This commit is contained in:
parent
b31e54b3e5
commit
d863aa7aa6
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@
|
|||
"test:watch": "jest --watch",
|
||||
"test:cov": "jest --coverage",
|
||||
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json",
|
||||
"postinstall": "prisma generate"
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/apollo": "^10.1.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue