Skip to content

Commit efd9e66

Browse files
fix(CI): Fixed script name (#46)
1 parent 0f73f54 commit efd9e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint:fix": "eslint --ext .ts,.tsx ./src --fix",
2222
"clean": "rm -rf ./dist",
2323
"release:rc": "yarn version --prerelease --preid rc --no-git-tag-version --no-commit-hooks",
24-
"publish:beta": "yarn publish --tag rc --access public",
24+
"publish:rc": "yarn publish --tag rc --access public",
2525
"publish:latest": "yarn publish --access public"
2626
},
2727
"files": [

0 commit comments

Comments
 (0)