Skip to content

Commit 9564a7d

Browse files
aggiunto script minor release
1 parent 79a851d commit 9564a7d

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
@@ -10,7 +10,8 @@
1010
"test": "tsc && jest -config=jest.config.json --all",
1111
"build": "tsc",
1212
"tag": "git tag `npm view '@altravia/openapi' version`",
13-
"patch": "npm version patch && npm run tag"
13+
"patch": "npm version patch && npm run tag",
14+
"minor": "npm version minor && npm run tag"
1415
},
1516
"homepage": "https://developers.openapi.it",
1617
"repository": {

0 commit comments

Comments
 (0)