chore: 去掉rc

This commit is contained in:
harrywan 2021-06-23 15:14:18 +08:00
parent 947c1b2cf2
commit 8c837c3c69

View File

@ -11,7 +11,7 @@
"clean": "lerna clean",
"bootstrap": "lerna bootstrap",
"build": "father-build --watch",
"ver": "lerna version prerelease --no-changelog --no-commit-hooks --no-private",
"ver": "lerna version patch --no-changelog --no-commit-hooks --no-private",
"release": "father-build && lerna publish from-git",
"docs:dev": "vuepress dev docs --clean-cache",
"docs:build": "vuepress build docs --clean-cache"