diff --git a/.versionrc.json b/.versionrc.json index f6c3acf..26e6cc7 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -1,5 +1,5 @@ { "scripts": { - "precommit": "npx typedoc --out docs" + "postcommit": "npx typedoc --out docs && git add . && git commit --amend --no-edit" } }