Skip to content

Commit

Permalink
Aggregate one missing npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 7, 2022
1 parent 8e9c7ba commit 339c426
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,19 @@ def run_npm8_top_level_updater(top_level_dependencies:)
"--ignore-scripts",
"--package-lock-only"
].join(" ")
SharedHelpers.run_shell_command(command)

fingerprint = [
"npm",
"install",
"<install_args>",
"--force",
"--dry-run",
"false",
"--ignore-scripts",
"--package-lock-only"
].join(" ")

SharedHelpers.run_shell_command(command, fingerprint: fingerprint)
{ lockfile_basename => File.read(lockfile_basename) }
end

Expand Down

0 comments on commit 339c426

Please sign in to comment.