diff --git a/package.json b/package.json index 25566ec..c64c8b2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "db:seed": "SEED_ADMIN_PASSWORD=admin123 ts-node --compiler-options '{\"module\":\"CommonJS\"}' prisma/seed.ts" + "db:seed": "ts-node --compiler-options '{\"module\":\"CommonJS\"}' prisma/seed.ts" }, "prisma": { "seed": "ts-node --compiler-options '{\"module\":\"CommonJS\"}' prisma/seed.ts"