Skip to content

Commit

Permalink
fix(docs): stray text in npm_install docs
Browse files Browse the repository at this point in the history
"symlink_node_modules is True" doesn't make any sense in this position. I think it was a stray copy and paste from the beginning of the paragraph.
  • Loading branch information
jfirebaugh committed May 11, 2022
1 parent e4842c1 commit 0f09fbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/npm_install/npm_install.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ COMMON_ATTRIBUTES = dict(dict(), **{
If symlink_node_modules is True, this attribute is optional since the package manager
will run in your workspace folder. It is recommended, however, that all files that the
package manager depends on, such as `.rc` files or files used in `postinstall`, are added
symlink_node_modules is True so that the repository rule is rerun when any of these files
change.
so that the repository rule is rerun when any of these files change.
If symlink_node_modules is False, the package manager is run in the bazel external
repository so all files that the package manager depends on must be listed.
Expand Down

0 comments on commit 0f09fbc

Please sign in to comment.