chore: addd seed for user-settings

This commit is contained in:
Mir Arif Hasan
2022-12-23 21:50:39 +06:00
parent d863aa7aa6
commit a372cf0178
2 changed files with 55 additions and 1 deletions

View File

@@ -18,7 +18,8 @@
"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"
"test:e2e": "jest --config ./test/jest-e2e.json",
"db-seed": "tsc prisma/seed.ts && cat prisma/seed.js | node --input-type=\"commonjs\" && rm prisma/seed.js"
},
"dependencies": {
"@nestjs/apollo": "^10.1.6",