feat: 去掉dist-tag next

This commit is contained in:
万纯 2021-03-04 11:03:13 +08:00
parent 75aaa5ec02
commit f30f8d227d

View File

@ -12,7 +12,7 @@
"bootstrap": "lerna bootstrap", "bootstrap": "lerna bootstrap",
"build": "father-build --watch", "build": "father-build --watch",
"ver": "lerna version prerelease --preid rc --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",
"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"
}, },