From 427fd53eca2ca3b7ce3365bc795c2d090b6d78d9 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 16 May 2021 13:07:04 +0530 Subject: Upgraded husky and changed pre-commit hooks location. --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 1174f9810..ca8097183 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "gulp-sass-variables": "^1.2.0", "hex-rgb": "^3.0.0", "html-webpack-plugin": "^4.0.0-beta.5", - "husky": "^1.1.4", + "husky": "^6.0.0", "jest": "^26.6.3", "kebab-case": "^1.0.0", "lerna": "4.0.0", @@ -214,10 +214,5 @@ }, "browserslist": [ "Chrome 69" - ], - "husky": { - "hooks": { - "pre-commit": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding" - } - } + ] } -- cgit v1.2.3-54-g00ecf