Skip to content

Commit 32525bb

Browse files
d-csclaude
andcommitted
style(run-ops): apply oxfmt
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 243b412 commit 32525bb

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

internal-packages/run-ops-database/tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,5 @@
99
"noEmit": true,
1010
"strict": true
1111
},
12-
"exclude": [
13-
"node_modules",
14-
"dist",
15-
"generated",
16-
"**/*.test.ts",
17-
"vitest.config.ts"
18-
]
12+
"exclude": ["node_modules", "dist", "generated", "**/*.test.ts", "vitest.config.ts"]
1913
}

internal-packages/testcontainers/src/utils.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,15 @@ async function pushPrismaSchema({
8585
// push looks like success and only surfaces much later as a confusing downstream error.
8686
const result = await x(
8787
prismaBin,
88-
["db", "push", "--force-reset", "--accept-data-loss", "--skip-generate", "--schema", schemaPath],
88+
[
89+
"db",
90+
"push",
91+
"--force-reset",
92+
"--accept-data-loss",
93+
"--skip-generate",
94+
"--schema",
95+
schemaPath,
96+
],
8997
{
9098
throwOnError: true,
9199
nodeOptions: {

0 commit comments

Comments
 (0)