diff --git a/package.json b/package.json index 46ba04f..131e222 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,11 @@ "test:debug": "node --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBand", "test:e2e": "jest --config ./test/jest-e2e.json", "build:client": "cd client && npm install && npm run build", - "start:prod:full": "npm run build:client && npm run build && npm run start:prod" + "start:prod:full": "npm run build:client && npm run build && npm run start:prod", + "seed": "ts-node prisma/seed.ts" + }, + "prisma": { + "seed": "ts-node prisma/seed.ts" }, "dependencies": { "@nestjs/common": "^11.0.1",