build: 整理发布规则

This commit is contained in:
harrywan 2021-07-23 11:07:33 +08:00
parent c0b3098f54
commit d9b0db20c8

View File

@ -11,7 +11,7 @@
"clean": "lerna clean",
"bootstrap": "lerna bootstrap",
"build": "father-build --watch",
"ver": "lerna version patch --conventional-prerelease --no-changelog --no-commit-hooks --no-private",
"ver": "lerna version --conventional-prerelease --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",