Skip to content

Commit 152467f

Browse files
committed
build: remove yarn_install strict_visibility flag
This is no longer needed since ts-api-guardian is no longer used. (cherry picked from commit d517940)
1 parent d2a9922 commit 152467f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WORKSPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ node_repositories(
3838
yarn_install(
3939
name = "npm",
4040
package_json = "//:package.json",
41-
strict_visibility = False, # Needed for ts-api-guardian. More info about this can be found https://github.com/bazelbuild/rules_nodejs/wiki#strict_visibility-on-yarn_install-and-npm_install-now-defaults-true-2199
4241
yarn_lock = "//:yarn.lock",
4342
)

0 commit comments

Comments
 (0)