Skip to content

fix: fix "install local @angular/language-service" workflow under Bazel build #1816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ build --enable_runfiles
# Keep tests tagged "exclusive" in the sandbox
test --incompatible_exclusive_test_sandboxed

build --build_tests_only
Copy link
Contributor Author

@gregmagolan gregmagolan Nov 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vsce release build fails in a strange way during one of its npm operations when the local @angular/language-service packages are install. This flag makes it so yarn test only builds targets that are needed for the tests being run.


###############################
# Output #
###############################
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ dist/

# bazel
bazel-*
.angular_packages
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ npm_translate_lock(
"[email protected]": [""],
"[email protected]": [""],
},
# PLACE_HOLDER_FOR_packages/language-service/build.sh_IN_angular_REPO
)

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