From 6d3e459fdc5017529229b17a41837be4ffb42d2e Mon Sep 17 00:00:00 2001 From: any86 <383514580@qq.com> Date: Sun, 14 Jun 2020 09:38:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E9=92=A9=E5=AD=90,?= =?UTF-8?q?=20=E6=8F=90=E4=BA=A4=E5=86=85=E5=AE=B9=E7=9A=84=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E6=8F=90=E4=BA=A4=E6=96=87=E6=A1=A3?= 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 a77a64d..06af9a2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "version": "0.3.3", "husky": { "hooks": { - "pre-push": "npm run test:rules && npm run build:md && git add README.md" + "pre-push": "npm run test:rules && npm run build:md && git add README.md && git commit -m 'docs: 更新文档'" } }, "scripts": {