We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5482d37 commit 6099191Copy full SHA for 6099191
.bazelrc
@@ -56,6 +56,8 @@ build --enable_runfiles
56
# Keep tests tagged "exclusive" in the sandbox
57
test --incompatible_exclusive_test_sandboxed
58
59
+build --build_tests_only
60
+
61
###############################
62
# Output #
63
.gitignore
@@ -19,3 +19,4 @@ dist/
19
20
# bazel
21
bazel-*
22
+.angular_packages
WORKSPACE
@@ -88,6 +88,7 @@ npm_translate_lock(
88
"concat-map@0.0.1": [""],
89
"balanced-match@1.0.0": [""],
90
},
91
+ # PLACE_HOLDER_FOR_packages/language-service/build.sh_IN_angular_REPO
92
)
93
94
load("@npm//:repositories.bzl", "npm_repositories")
0 commit comments