File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -549,8 +549,7 @@ Defaults to `[]`
549549If symlink_node_modules is True, this attribute is optional since the package manager
550550will run in your workspace folder. It is recommended, however, that all files that the
551551package manager depends on, such as ` .rc ` files or files used in ` postinstall ` , are added
552- symlink_node_modules is True so that the repository rule is rerun when any of these files
553- change.
552+ so that the repository rule is rerun when any of these files change.
554553
555554If symlink_node_modules is False, the package manager is run in the bazel external
556555repository so all files that the package manager depends on must be listed.
@@ -1214,8 +1213,7 @@ Defaults to `[]`
12141213If symlink_node_modules is True, this attribute is optional since the package manager
12151214will run in your workspace folder. It is recommended, however, that all files that the
12161215package manager depends on, such as ` .rc ` files or files used in ` postinstall ` , are added
1217- symlink_node_modules is True so that the repository rule is rerun when any of these files
1218- change.
1216+ so that the repository rule is rerun when any of these files change.
12191217
12201218If symlink_node_modules is False, the package manager is run in the bazel external
12211219repository so all files that the package manager depends on must be listed.
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ COMMON_ATTRIBUTES = dict(dict(), **{
3434If symlink_node_modules is True, this attribute is optional since the package manager
3535will run in your workspace folder. It is recommended, however, that all files that the
3636package manager depends on, such as `.rc` files or files used in `postinstall`, are added
37- symlink_node_modules is True so that the repository rule is rerun when any of these files
38- change.
37+ so that the repository rule is rerun when any of these files change.
3938
4039If symlink_node_modules is False, the package manager is run in the bazel external
4140repository so all files that the package manager depends on must be listed.
You can’t perform that action at this time.
0 commit comments