fix(package/script): adding a dev script for husky

This commit is contained in:
Raphael 2025-09-29 14:30:45 +02:00
parent 8ef9b323d0
commit 9424bcf213
No known key found for this signature in database

View file

@ -17,7 +17,7 @@
"fclean": "rimraf \"**/dist\"",
"clean": "rimraf \"**/node_modules\"",
"install-all": "npm install",
"prepare": "husky"
"dev:prepare": "husky"
},
"devDependencies": {
"rimraf": "^5.0.1",