diff --git a/package.json b/package.json index b26948fa..c67f05b1 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "dist": "yarn clean && yarn build", "docs": "yarn docs:build", "docs:build": "yarn typedoc", - "docs:release": "yarn docs:build && git add docs/* && git commit -m \"docs: Updated API\"", + "docs:release": "yarn docs:build && git add docs/* && git commit -m \"docs: Updated API\" && git push origin", "fix": "yarn fix:other && yarn fix:code", "fix:code": "yarn lint:code --fix", "fix:other": "yarn prettier --write",