From 9424bcf2132b4554191a41862454284f4f00f189 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 29 Sep 2025 14:30:45 +0200 Subject: [PATCH] fix(package/script): adding a dev script for husky --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 9431b0f..78ca66f 100644 --- a/src/package.json +++ b/src/package.json @@ -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",