Skip to content

Commit

Permalink
remove pnpm error (#11338)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 authored Jan 17, 2025
1 parent 6cf7245 commit 0997a4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def run_pnpm_update_packages

if Dependabot::Experiments.enabled?(:enable_fix_for_pnpm_no_change_error)
Helpers.run_pnpm_command(
"pnpm update #{dependency_updates} --lockfile-only --no-save -r",
fingerprint: "pnpm update <dependency_updates> --lockfile-only --no-save -r"
"update #{dependency_updates} --lockfile-only --no-save -r",
fingerprint: "update <dependency_updates> --lockfile-only --no-save -r"
)
else
Helpers.run_pnpm_command(
Expand Down

0 comments on commit 0997a4f

Please # to comment.