refactor: Rename update script to update:auto for clarity
This commit is contained in:
parent
ef2bc38a63
commit
03a778c24f
@ -22,7 +22,7 @@ pnpm build # Build the project
|
||||
pnpm release # Bump and release to npm
|
||||
|
||||
# Or just do it all in one command
|
||||
pnpm update
|
||||
pnpm update:auto
|
||||
```
|
||||
|
||||
## Use
|
||||
|
@ -27,7 +27,7 @@
|
||||
"build:compile": "tsc",
|
||||
"build:cleanup": "rimraf ./lib",
|
||||
"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"
|
||||
},
|
||||
"bugs": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user