fix(ci): correct pre-commit to only run on appropriate files

This commit is contained in:
Barrett Ruth 2025-12-26 20:45:11 -06:00
parent 99e21a098b
commit af34d91432

View file

@ -11,7 +11,7 @@
"check": "astro check"
},
"lint-staged": {
"*": [
"*.{js,ts,jsx,tsx,json,css,scss,md,astro,html}": [
"prettier --write",
"astro check"
]