Skip to content

Commit

Permalink
chore: no client generation when pushing db during test (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 authored Jul 20, 2024
1 parent 6bde15e commit 96f6516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testtools/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export async function loadSchema(schema: string, options?: SchemaLoadOptions) {
}

if (opt.pushDb) {
run('npx prisma db push');
run('npx prisma db push --skip-generate');
}

if (opt.pulseApiKey) {
Expand Down

0 comments on commit 96f6516

Please sign in to comment.