From 698b3736f7c00454dba08ff2f2abbceb8c511d17 Mon Sep 17 00:00:00 2001 From: Aj Wazzan Date: Sun, 16 Mar 2025 22:26:56 -0700 Subject: [PATCH] minor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcd26d3b6..3263b1e83 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "turbo run build", "start": "turbo run start", "lint": "turbo run lint", - "format": "prettier --write .", + "format": "prettier --write {apps/**/*.{ts,tsx},packages/**/*.{ts}}", "check": "bun run check:format && bun run lint", "check:format": "prettier . --check", "prepare": "husky",