We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4920e44 commit 4118a0eCopy full SHA for 4118a0e
package.json
@@ -13,7 +13,9 @@
13
"prepublish:npm": "npm run build",
14
"publish:npm": "npm publish --access public",
15
"prepublish:next": "npm run build",
16
- "publish:next": "npm publish --access public --tag next"
+ "publish:next": "npm publish --access public --tag next",
17
+ "prerelease": "npm run build",
18
+ "release": "release-it"
19
},
20
"peerDependencies": {
21
"@azure/functions": "^1.0.3",
0 commit comments