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",