From 4046e6a5694c033d501d8b923ada149a4eacda87 Mon Sep 17 00:00:00 2001 From: RainSun Date: Wed, 3 Mar 2021 20:25:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95husky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .huskyrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .huskyrc diff --git a/.huskyrc b/.huskyrc new file mode 100644 index 0000000..f8751ea --- /dev/null +++ b/.huskyrc @@ -0,0 +1,5 @@ +{ + "hooks": { + "pre-commit": "npm run buildsuper && git add *" + } +}