fix(pre-commit): add formatted sql files

This commit is contained in:
Cory Dransfeldt 2025-06-18 11:37:12 -07:00
parent 4be7a15a18
commit bb626cb178
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -24,6 +24,7 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
else else
echo "${COLOR_GREEN}✅ SQL formatted successfully.${COLOR_RESET}" echo "${COLOR_GREEN}✅ SQL formatted successfully.${COLOR_RESET}"
git ls-files -m '*.sql' | xargs -r git add
fi fi
echo "${COLOR_GREEN}🎉 All pre-commit checks passed. Committing!${COLOR_RESET}" echo "${COLOR_GREEN}🎉 All pre-commit checks passed. Committing!${COLOR_RESET}"

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.7.4", "version": "10.7.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.7.4", "version": "10.7.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"minisearch": "^7.1.2", "minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "10.7.4", "version": "10.7.5",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": { "engines": {