From af34d9143233c336e9db06ec8bac7955dc08840b Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 26 Dec 2025 20:45:11 -0600 Subject: [PATCH] fix(ci): correct pre-commit to only run on appropriate files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d4a8a2..3afab55 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "check": "astro check" }, "lint-staged": { - "*": [ + "*.{js,ts,jsx,tsx,json,css,scss,md,astro,html}": [ "prettier --write", "astro check" ]