From eac0aa54b1f4338dd020f268be3f0dc2c86ee1d4 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 9 Nov 2025 15:00:48 -0500 Subject: [PATCH] fix(ci): dont run astro check on staged files --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 37ded1b..b01654c 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,7 @@ "check": "astro check" }, "lint-staged": { - "*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": [ - "prettier --write", - "astro check --minimumSeverity warning" - ] + "*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": "prettier --write" }, "dependencies": { "@astrojs/mdx": "^4.3.6",