From 8448acdf90368719fac1bf7f5c61821ff98d2e77 Mon Sep 17 00:00:00 2001 From: shadcn Date: Mon, 2 Mar 2026 13:42:11 +0400 Subject: [PATCH] fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 616bfeb27a..14ca5a0cf0 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "lint:fix": "turbo run lint:fix", "preview": "turbo run preview", "typecheck": "turbo run typecheck", - "format:write": "turbo run format:write", - "format:check": "turbo run format:check", + "format:write": "turbo run format:write --filter='!./packages/*'", + "format:check": "turbo run format:check --filter='!./packages/*'", "sync:templates": "./scripts/sync-templates.sh \"templates/*\"", "check": "turbo lint typecheck format:check", "release": "changeset version",