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",