Skip to content

Commit

Permalink
Update packages_nodejs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Oct 10, 2024
1 parent 1220631 commit b5110af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/tauri-cli/src/info/packages_nodejs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ pub fn package_manager(app_dir: &PathBuf) -> PackageManager {
found.iter().map(ToString::to_string).collect::<Vec<_>>().join(" and "),
pkg_manger
);
return pkg_manger;
}

if pkg_manger == PackageManager::Yarn
Expand Down

0 comments on commit b5110af

Please sign in to comment.