Skip to content

Commit

Permalink
Run yarn dedupe entirely instead of specific package(s)
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Apr 1, 2024
1 parent fe6b41e commit 01ea596
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -180,7 +180,7 @@ def run_yarn_berry_subdependency_updater(yarn_lock:)

commands = [
["add #{update} #{yarn_berry_args}".strip, "add <update> #{yarn_berry_args}".strip],
["dedupe #{dep.name} #{yarn_berry_args}".strip, "dedupe <dep_name> #{yarn_berry_args}".strip],
["dedupe #{yarn_berry_args}".strip, "dedupe #{yarn_berry_args}".strip],
["remove #{dep.name} #{yarn_berry_args}".strip, "remove <dep_name> #{yarn_berry_args}".strip]
]

Expand Down

0 comments on commit 01ea596

Please sign in to comment.