Skip to content

Commit 4118a0e

Browse files
feat(): add release script
1 parent 4920e44 commit 4118a0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"prepublish:npm": "npm run build",
1414
"publish:npm": "npm publish --access public",
1515
"prepublish:next": "npm run build",
16-
"publish:next": "npm publish --access public --tag next"
16+
"publish:next": "npm publish --access public --tag next",
17+
"prerelease": "npm run build",
18+
"release": "release-it"
1719
},
1820
"peerDependencies": {
1921
"@azure/functions": "^1.0.3",

0 commit comments

Comments
 (0)