refactor: Rename update script to update:auto for clarity

This commit is contained in:
Nicolai Ort 2025-04-28 20:27:38 +02:00
parent ef2bc38a63
commit 03a778c24f
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ pnpm build # Build the project
pnpm release # Bump and release to npm pnpm release # Bump and release to npm
# Or just do it all in one command # Or just do it all in one command
pnpm update pnpm update:auto
``` ```
## Use ## Use

View File

@ -27,7 +27,7 @@
"build:compile": "tsc", "build:compile": "tsc",
"build:cleanup": "rimraf ./lib", "build:cleanup": "rimraf ./lib",
"update:openapi": "rimraf ./openapi.json && node ./scripts/getliveopenapi.js", "update:openapi": "rimraf ./openapi.json && node ./scripts/getliveopenapi.js",
"update": "npm run update:openapi && npm run build && npm run release", "update:auto": "npm run update:openapi && npm run build && npm run release",
"release": "release-it" "release": "release-it"
}, },
"bugs": { "bugs": {