mirror of
https://github.com/mauricioabh/arbpulse.git
synced 2026-07-27 15:47:43 +00:00
Merge pull request #24 from mauricioabh/dev
fix(build): make husky prepare tolerant so Docker build doesn't fail
This commit is contained in:
+1
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user