Skip to content

Commit 7b0d6dd

Browse files
aggiornati script di publicazione
1 parent 54440c1 commit 7b0d6dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"scripts": {
1010
"test": "tsc && jest -config=jest.config.json --all",
1111
"build": "tsc",
12-
"release": "git tag `npm view '@altravia/openapi' version` && npm publish"
12+
"tag": "git tag `npm view '@altravia/openapi' version`",
13+
"patch": "npm version patch && npm run tag"
1314
},
1415
"homepage": "https://developers.openapi.it",
1516
"repository": {

0 commit comments

Comments
 (0)