From be13a34ea81398ae7171993f598b971645814a9c Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Fri, 11 May 2018 11:22:51 +0530 Subject: [PATCH] chore: Move docs generation task to postchangelog hook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 941c754..888623f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "standard-version": { "scripts": { - "precommit": "yarn test && yarn docs && git add docs/" + "postchangelog": "yarn test && yarn docs && git add docs/" } }, "scripts": {