Skip to content

Commit

Permalink
refactor: default include_runfiles to False in npm_package (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and jbedard committed May 8, 2024
1 parent fe4b5e2 commit f104e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/npm_package.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions npm/private/npm_package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ def npm_package(
include_transitive_sources = True,
include_declarations = True,
include_transitive_declarations = True,
# TODO(2.0): flip include_runfiles default to False
include_runfiles = True,
include_runfiles = False,
hardlink = "auto",
publishable = True,
verbose = False,
Expand Down

0 comments on commit f104e7d

Please sign in to comment.