opencode/script/format.ts

6 lines
98 B
TypeScript

#!/usr/bin/env bun
import { $ } from "bun"
await $`bun run prettier --ignore-unknown --write .`