Skip to content

Commit 163618e

Browse files
kormideclydin
authored andcommitted
build: fix snapshot build package.json substitution
This was relying on undocumented behaviour in copy_to_directory which now needs to be enabled with a flag. (cherry picked from commit 5861266)
1 parent 0569998 commit 163618e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/defaults.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def pkg_npm(name, pkg_deps = [], use_prodmode_output = False, **kwargs):
162162
exclude_prefixes = [
163163
"packages", # Exclude compiled outputs of dependent packages
164164
],
165+
allow_overwrites = True,
165166
)
166167

167168
_pkg_npm(

0 commit comments

Comments
 (0)