fix(front): husky fixes after upgrade

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2024-02-08 11:03:23 +01:00
parent 8e9f7a81b4
commit 04edc4fef0
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run pre-commit

View File

@ -15,7 +15,7 @@
"story:preview": "histoire preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"prepare": "husky install",
"prepare": "husky",
"pre-commit": "lint-staged"
},
"lint-staged": {