From e261ce264553bb95a394513609eaa0f95ebd4e71 Mon Sep 17 00:00:00 2001 From: kagol Date: Sun, 10 Oct 2021 18:52:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4yarn=20build=E7=9A=84h?= =?UTF-8?q?usky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8595ff13..1befec1e 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ }, "husky": { "hooks": { - "pre-commit": "ls-lint && lint-staged && yarn build", + "pre-commit": "ls-lint && lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, -- Gitee