From 6df0b04fb5c90dd0ed00af7b32d9fc2c23fa11ba Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Fri, 10 Sep 2021 07:53:56 +0800 Subject: [PATCH] build: remove the config for husky husky has been removed by 980efe8 at 2019 Nov. --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index c14f855c0..badc6a283 100644 --- a/package.json +++ b/package.json @@ -44,11 +44,5 @@ "prettier": "^1.19.1", "ts-jest": "^26.5.3", "typescript": "^4.2.3" - }, - "husky": { - "skipCI": true, - "hooks": { - "pre-commit": "npm run build && npm run format" - } } }