Skip to content

Commit ddc9613

Browse files
committed
Format taze.mjs script
1 parent f8edce5 commit ddc9613

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

scripts/taze.mjs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ void (async () => {
2222
// Run with command line arguments.
2323
const args = process.argv.slice(2)
2424

25-
const tazePromise = spawn('pnpm', ['taze', '-c', '.config/taze.config.mts', ...args], {
26-
stdio: 'pipe',
27-
cwd: process.cwd(),
28-
})
25+
const tazePromise = spawn(
26+
'pnpm',
27+
['taze', '-c', '.config/taze.config.mts', ...args],
28+
{
29+
stdio: 'pipe',
30+
cwd: process.cwd(),
31+
},
32+
)
2933

3034
let hasProvenanceDowngrade = false
3135

0 commit comments

Comments
 (0)