Skip to content

Commit 213bb9a

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

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
@@ -88,7 +88,15 @@ async function pushPrismaSchema({
8888
// push looks like success and only surfaces much later as a confusing downstream error.
8989
const result = await x(
9090
prismaBin,
91-
["db", "push", "--force-reset", "--accept-data-loss", "--skip-generate", "--schema", schemaPath],
91+
[
92+
"db",
93+
"push",
94+
"--force-reset",
95+
"--accept-data-loss",
96+
"--skip-generate",
97+
"--schema",
98+
schemaPath,
99+
],
92100
{
93101
throwOnError: true,
94102
nodeOptions: {

0 commit comments

Comments
 (0)