chore: postinstall update in package.json

This commit is contained in:
Mir Arif Hasan
2022-12-23 13:14:57 +06:00
parent b31e54b3e5
commit d863aa7aa6

View File

@@ -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",