Skip to content

Commit 6099191

Browse files
authored
fix: fix install Local @angular/language-service under Bazel build (#1816)
1 parent 5482d37 commit 6099191

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ build --enable_runfiles
5656
# Keep tests tagged "exclusive" in the sandbox
5757
test --incompatible_exclusive_test_sandboxed
5858

59+
build --build_tests_only
60+
5961
###############################
6062
# Output #
6163
###############################

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ dist/
1919

2020
# bazel
2121
bazel-*
22+
.angular_packages

WORKSPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ npm_translate_lock(
8888
8989
9090
},
91+
# PLACE_HOLDER_FOR_packages/language-service/build.sh_IN_angular_REPO
9192
)
9293

9394
load("@npm//:repositories.bzl", "npm_repositories")

0 commit comments

Comments
 (0)