Skip to content

Commit

Permalink
fix: align bzlmod and workspace patch_args default (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard authored May 3, 2024
1 parent 1af5970 commit 15241c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions npm/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def _npm_translate_lock_attrs():

# Args defaulted differently by the macro
attrs["npm_package_target_name"] = attr.string(default = "{dirname}")
attrs["patch_args"] = attr.string_list_dict(default = {"*": ["-p0"]})

return attrs

Expand Down

0 comments on commit 15241c8

Please sign in to comment.