From 1fbb08fc12e48829614695aa754f65a2aaf63728 Mon Sep 17 00:00:00 2001 From: hyper-neutrino Date: Tue, 16 Jul 2024 11:56:10 -0400 Subject: [PATCH] make format script apply to all files in apps/packages only --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 879532d..ae13dd7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "build": "turbo build", "dev": "turbo dev", "lint": "turbo lint", - "format": "prettier --write \"**/*.{ts,tsx,md}\"" + "format": "prettier --write \"{apps,packages}/**.*\"" }, "devDependencies": { "@eslint/js": "^9.7.0",