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 0f73f54 commit efd9e66Copy full SHA for efd9e66
package.json
@@ -21,7 +21,7 @@
21
"lint:fix": "eslint --ext .ts,.tsx ./src --fix",
22
"clean": "rm -rf ./dist",
23
"release:rc": "yarn version --prerelease --preid rc --no-git-tag-version --no-commit-hooks",
24
- "publish:beta": "yarn publish --tag rc --access public",
+ "publish:rc": "yarn publish --tag rc --access public",
25
"publish:latest": "yarn publish --access public"
26
},
27
"files": [
0 commit comments