Skip to content

Commit

Permalink
ar(feat) DPCP-37: Prisma Accelerator
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jul 13, 2024
1 parent a087c9f commit 3945e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"schema:generate:public": "npx prisma generate --no-engine --schema=./prisma/schema-public.prisma",
"schema:generate:all": "npm run schema:generate:private && npm run schema:generate:public",
"dev": "npm run schema:generate:all && next dev -p 3001",
"build": " && next build",
"build": "npm run schema:generate:all && next build",
"start": "next start",
"lint": "next lint",
"format": "next lint && prettier --check --ignore-path .gitignore --ignore-path .prettierignore .",
Expand Down

0 comments on commit 3945e52

Please sign in to comment.