when generating sdk only format sdk, much faster (#23122)

This commit is contained in:
James Long 2026-04-17 13:01:22 -04:00 committed by GitHub
parent ce0cfb0ea5
commit 797953c88d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -2,4 +2,6 @@
import { $ } from "bun"
await $`bun run prettier --ignore-unknown --write .`
const dir = Bun.argv[2] ?? "."
await $`bun run prettier --ignore-unknown --write ${dir}`