feat: Enhance update:auto script to include commit step for openapi.json

This commit is contained in:
Nicolai Ort 2025-05-01 16:10:33 +02:00
parent 645cc59535
commit d6a11cf418
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -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": {