husky install for version increment

This commit is contained in:
Ismail Ali
2025-02-10 19:13:31 +01:00
parent da75c99197
commit 5f3f9bbe8d
4 changed files with 37 additions and 8 deletions

View File

@@ -9,7 +9,8 @@
"postbuild": "copy LICENSE_ICONIFY.txt out\\LICENSE_ICONIFY.txt",
"start": "next start",
"lint": "next lint",
"test": "jest"
"test": "jest",
"prepare": "husky install"
},
"dependencies": {
"@fontsource/roboto": "^5.1.0",
@@ -50,7 +51,7 @@
"@types/redux-mock-store": "^1.5.0",
"@types/testing-library__react": "^10.2.0",
"cypress": "^14.0.0",
"husky": "^9.1.7",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",