ci: Add pre-commit hook
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m28s

This commit is contained in:
2026-03-19 15:50:36 -04:00
parent bb3042014e
commit 18d9f998f5
3 changed files with 123 additions and 5 deletions

View File

@@ -8,6 +8,8 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky",
"typecheck": "nuxt typecheck",
"test": "vitest run",
"test:watch": "vitest"
},
@@ -25,7 +27,9 @@
},
"devDependencies": {
"@vite-pwa/nuxt": "^1.1.1",
"husky": "^9.0.0",
"sass-embedded": "^1.98.0",
"vitest": "^4.1.0"
"vitest": "^4.1.0",
"vue-tsc": "^2.0.0"
}
}