chore: format packages/scripts folder (#19611)

Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
Jarred Sumner
2025-05-12 17:12:17 -07:00
committed by GitHub
parent efdeac0a85
commit 3f360b0682
71 changed files with 350 additions and 294 deletions

View File

@@ -1,5 +1,5 @@
import { write, Glob, file } from "bun";
import { join, resolve, relative } from "path";
import { Glob, file, write } from "bun";
import { join, relative, resolve } from "path";
import { normalize } from "path/posix";
const root = resolve(import.meta.dirname, "..");