diff --git a/package.json b/package.json index 42fe9764..31eb899b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "build": "NODE_ENV=production node_modules/next/dist/bin/next build", "start2": "NODE_ENV=production node ./server/server.js", "start": "NODE_ENV=production node_modules/next/dist/bin/next start", - "lint": "next lint" + "lint": "next lint", + "prisma:generate": "prisma generate" }, "browser": { "child_process": false @@ -104,4 +105,4 @@ "eslint-plugin-jsdoc": "^48.2.3", "prisma": "^5.0.0" } -} +} \ No newline at end of file