Skip to content

Commit 96f6516

Browse files
authored
chore: no client generation when pushing db during test (#1603)
1 parent 6bde15e commit 96f6516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testtools/src/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export async function loadSchema(schema: string, options?: SchemaLoadOptions) {
237237
}
238238

239239
if (opt.pushDb) {
240-
run('npx prisma db push');
240+
run('npx prisma db push --skip-generate');
241241
}
242242

243243
if (opt.pulseApiKey) {

0 commit comments

Comments
 (0)