Skip to content

Commit

Permalink
chore: add --no-hints cli flag to prisma generate
Browse files Browse the repository at this point in the history
  • Loading branch information
larwaa committed Jun 26, 2024
1 parent df2fb06 commit 1980187
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 @@ -33,7 +33,7 @@
"docker:up": "docker compose up postgres redis -d && wait-on tcp:5433 -t 20000",
"docker:down": "docker compose down",
"generate:gql": "NODE_OPTIONS='-r @swc-node/register' graphql-codegen-esm -c codegen.config.ts",
"generate:prisma": "prisma generate",
"generate:prisma": "prisma generate --no-hints",
"generate": "run-p generate:*",
"integration-test": "dotenv -e .env.test -- pnpm db:push && dotenv -e .env.test -- pnpm jest --config jest.integration.config.cjs",
"format": "biome format .",
Expand Down

0 comments on commit 1980187

Please sign in to comment.