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:
@@ -18,7 +18,7 @@ export function hasYarn() {
|
||||
return hasYarnCache;
|
||||
}
|
||||
|
||||
function getPackageManager() {
|
||||
export function getPackageManager() {
|
||||
const { build } = getVantConfig();
|
||||
|
||||
if (build?.packageManager) {
|
||||
|
||||
Reference in New Issue
Block a user