refactor(cli): rewrite release command (#12133)

* refactor(cli): rewrite release command

* fix: duplicated build

* fix: no git check

* feat: rollback version

* chore: release config

* chore: add release config
This commit is contained in:
neverland
2023-07-30 10:43:26 +08:00
committed by GitHub
parent 2513ad1217
commit e6a0694807
24 changed files with 222 additions and 1704 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export function hasYarn() {
return hasYarnCache;
}
function getPackageManager() {
export function getPackageManager() {
const { build } = getVantConfig();
if (build?.packageManager) {