feat: Enhance update:auto script to include commit step for openapi.json
This commit is contained in:
parent
645cc59535
commit
d6a11cf418
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user