Skip to content

Commit

Permalink
revert to yarn from yarn-berry nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Sep 23, 2024
1 parent 2340aeb commit 61c895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scaffold/web_app/package_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl PackageManager {
match self {
PackageManager::Bun => Some("bun"),
PackageManager::Pnpm => Some("nodePackages.pnpm"),
PackageManager::Yarn => Some("yarn-berry"),
PackageManager::Yarn => Some("yarn"),
// npm is already included with nodejs_20
PackageManager::Npm => None,
}
Expand Down

0 comments on commit 61c895c

Please sign in to comment.