Skip to content

Commit 61e3d9f

Browse files
aggiunto script di release
1 parent 237cebf commit 61e3d9f

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
@@ -8,7 +8,8 @@
88
],
99
"scripts": {
1010
"test": "tsc && jest -config=jest.config.json --all",
11-
"build": "tsc"
11+
"build": "tsc",
12+
"release": "git tag `npm view '@altravia/openapi' version` && npm publish"
1213
},
1314
"homepage": "https://developers.openapi.it",
1415
"repository": {

0 commit comments

Comments
 (0)