Skip to content

Commit 83a4c7f

Browse files
authored
Merge branch 'main' into fix/migrate-husky-catalog-version
2 parents d74316c + 7ec9124 commit 83a4c7f

11 files changed

Lines changed: 1502 additions & 2 deletions

File tree

crates/vite_install/src/commands/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ impl PackageManager {
366366
}
367367

368368
/// Check if yarn version is Berry (v2+)
369-
fn is_yarn_berry(&self) -> bool {
369+
pub(crate) fn is_yarn_berry(&self) -> bool {
370370
!self.version.starts_with("1.")
371371
}
372372
}

crates/vite_install/src/commands/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub mod publish;
2222
pub mod rebuild;
2323
pub mod remove;
2424
pub mod search;
25+
pub mod stage;
2526
pub mod token;
2627
pub mod unlink;
2728
pub mod update;

0 commit comments

Comments
 (0)