docs(bazel): fix typo in BUILD.bazel comments (#38054)
Update BUILD.bazel PR Close #38054
This commit is contained in:
parent
41bc2701c4
commit
97adc27207
|
@ -34,7 +34,7 @@ filegroup(
|
|||
filegroup(
|
||||
name = "angularjs_scripts",
|
||||
srcs = [
|
||||
# We also declare the unminfied AngularJS files since these can be used for
|
||||
# We also declare the unminified AngularJS files since these can be used for
|
||||
# local debugging (e.g. see: packages/upgrade/test/common/test_helpers.ts)
|
||||
"@npm//:node_modules/angular/angular.js",
|
||||
"@npm//:node_modules/angular/angular.min.js",
|
||||
|
|
Loading…
Reference in New Issue