chore: Add versioning scripts to package.json for easier version management
This commit is contained in:
parent
5052b00bbe
commit
83c4e3bba6
@ -20,7 +20,10 @@
|
||||
"start": "node dist/index.js",
|
||||
"clean": "rimraf dist",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"build": "tsc && chmod 755 dist/index.js"
|
||||
"build": "tsc && chmod 755 dist/index.js",
|
||||
"version:patch": "npm version patch",
|
||||
"version:minor": "npm version minor",
|
||||
"version:major": "npm version major"
|
||||
},
|
||||
"keywords": [
|
||||
"openapi",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user