feat: alpha to rc

This commit is contained in:
bac-joker 2021-03-01 15:13:18 +08:00
parent 0650ab0e29
commit 6980045837

View File

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