Skip to content

Commit

Permalink
build: fix in-flight conflict with angular_bazel_architect example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Feb 5, 2020
1 parent d420019 commit ef7f63c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ example_integration_test(
bazel_commands = [
"test ...",
],
npm_packages = {},
npm_packages = {
"//packages/hide-bazel-files:npm_package": "@bazel/hide-bazel-files",
},
# windows fails CI with an error to do with a process fork not being able ot find node
tags = ["fix-windows"],
)
1 change: 1 addition & 0 deletions examples/angular_bazel_architect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@angular/language-service": "9.0.0-rc.11",
"@bazel/bazelisk": "^1.3.0",
"@bazel/buildifier": "^0.29.0",
"@bazel/hide-bazel-files": "^1.2.4",
"@bazel/ibazel": "^0.11.1",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
Expand Down
5 changes: 5 additions & 0 deletions examples/angular_bazel_architect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,11 @@
"@bazel/buildifier-linux_x64" "0.29.0"
"@bazel/buildifier-win32_x64" "0.29.0"

"@bazel/hide-bazel-files@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@bazel/hide-bazel-files/-/hide-bazel-files-1.2.4.tgz#fe00f2bbceb8e1a17bedde7616bef4810849c7f5"
integrity sha512-KZX4MkJOMtZT1DwFmjCWJNCUKcwbYBrv3Q++peoWkzJPcHGbt5nLFjt8Gzagi2GY7GRqp8WAut0E+eOGdhvkEg==

"@bazel/ibazel@^0.11.1":
version "0.11.1"
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.11.1.tgz#c07ceaded388f1e39d6aa732953e0dd04f3dbdf0"
Expand Down

0 comments on commit ef7f63c

Please sign in to comment.