We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54440c1 commit 7b0d6ddCopy full SHA for 7b0d6dd
1 file changed
package.json
@@ -9,7 +9,8 @@
9
"scripts": {
10
"test": "tsc && jest -config=jest.config.json --all",
11
"build": "tsc",
12
- "release": "git tag `npm view '@altravia/openapi' version` && npm publish"
+ "tag": "git tag `npm view '@altravia/openapi' version`",
13
+ "patch": "npm version patch && npm run tag"
14
},
15
"homepage": "https://developers.openapi.it",
16
"repository": {
0 commit comments