From 1ea3a8eb9beeb7d510fd29164ea741acec1ee04d Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 6 Nov 2025 13:03:02 -0500 Subject: big format --- script/format.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/format.ts') diff --git a/script/format.ts b/script/format.ts index c09809737..f5a54a57f 100755 --- a/script/format.ts +++ b/script/format.ts @@ -2,7 +2,7 @@ import { $ } from "bun" -await $`bun run prettier --ignore-unknown --write` +await $`bun run prettier --ignore-unknown --write .` if (process.env["CI"] && (await $`git status --porcelain`.text())) { await $`git config --local user.email "action@github.com"` -- cgit v1.2.3