Merge pull request #24 from mauricioabh/dev

fix(build): make husky prepare tolerant so Docker build doesn't fail
This commit is contained in:
Mauricio Barragan
2026-07-16 14:05:26 -06:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@
"test:e2e": "playwright test",
"test:observability": "playwright test observability.spec.ts",
"lint": "eslint .",
"prepare": "husky"
"prepare": "husky || true"
},
"lint-staged": {
"src/**/*.ts": [