From fd3233d84efd68f03dc1094854d4c41a4600ce5b Mon Sep 17 00:00:00 2001 From: Yaroslav Grishajev Date: Mon, 22 Apr 2024 18:38:51 +0200 Subject: [PATCH] ci: disable husky --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 2ee9568..2eb84f4 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,6 @@ "format": "prettier --write './**/*.{js,ts,json}' --config ./.prettierrc", "lint": "eslint . --ext .js,.ts,.json -c .eslintrc.json", "lint:fix": "npm run lint -- --fix", - "prepare": "husky", "prepublishOnly": "npm run build:production", "test": "npm run test:unit", "test:cov": "jest --selectProjects unit functional --coverage",