diff --git a/package.json b/package.json index 802cb02..76a9ccc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "build:compile": "tsc", "build:cleanup": "rimraf ./lib", "update:openapi": "rimraf ./openapi.json && node ./scripts/getliveopenapi.js", - "update:auto": "npm run update:openapi && npm run build && npm run release", + "update:auto": "npm run update:openapi && npm run build && npm run update:commit && npm run release", + "update:commit": "git add . && git commit -m 'chore: update openapi.json'", "release": "release-it --only-version && npm publish" }, "bugs": {