fix lint errors, consolidate husky hooks into root .husky

action/.husky prepare script was overriding root husky config, so the
pre-push hook (lint + typecheck + test) never ran. merged the lockfile
sync pre-commit into root .husky/pre-commit and removed action/.husky.
also auto-fixed biome format/import-sort errors from last commit.

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-04-12 18:57:48 +00:00
committed by pullfrog[bot]
parent 23a39d7f4b
commit 8a6696dd1d
4 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"scratch": "node scratch.ts",
"upDeps": "pnpm up --latest",
"lock": "pnpm install --no-frozen-lockfile",
"prepare": "cd .. && husky action/.husky"
"prepare": "cd .. && husky"
},
"devDependencies": {
"@actions/core": "^1.11.1",