Hopefully got husky working for subdirectory setup.

This commit is contained in:
Andrew Lalis 2026-03-14 22:56:42 -04:00
parent dd447f8788
commit 8f098f6cac
2 changed files with 2 additions and 1 deletions

1
web-app/.husky/pre-commit Normal file → Executable file
View File

@ -1 +1,2 @@
cd web-app
npx lint-staged npx lint-staged

View File

@ -14,7 +14,7 @@
"type-check": "vue-tsc --build", "type-check": "vue-tsc --build",
"lint": "eslint . --fix", "lint": "eslint . --fix",
"format": "prettier --write src/", "format": "prettier --write src/",
"prepare": "husky" "prepare": "cd .. && husky web-app/.husky"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0", "@fortawesome/fontawesome-svg-core": "^7.2.0",