Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 4f4c870

Browse files
committed
Install bazel from npm, don't depend on user to do it manually
1 parent b522119 commit 4f4c870

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

yarn.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,26 @@
2929
dependencies:
3030
tslib "^1.9.0"
3131

32+
33+
version "0.18.0-rc4"
34+
resolved "https://registry.yarnpkg.com/@bazel/bazel-darwin_x64/-/bazel-darwin_x64-0.18.0-rc4.tgz#8271cbd5ce1e6504d483bd3e5d0bb54abe8166b0"
35+
36+
37+
version "0.18.0-rc4"
38+
resolved "https://registry.yarnpkg.com/@bazel/bazel-linux_x64/-/bazel-linux_x64-0.18.0-rc4.tgz#797d5898d8e92f33f1d53b628162daa3c1050155"
39+
40+
41+
version "0.18.0-rc4"
42+
resolved "https://registry.yarnpkg.com/@bazel/bazel-win32_x64/-/bazel-win32_x64-0.18.0-rc4.tgz#e70e9f7e69a42a3e9066cf9866f8c062cf57d110"
43+
44+
"@bazel/bazel@^0.18.0-rc4":
45+
version "0.18.0-rc4"
46+
resolved "https://registry.yarnpkg.com/@bazel/bazel/-/bazel-0.18.0-rc4.tgz#8405d1d82fd686f62077a15dd646acee5c92b48f"
47+
optionalDependencies:
48+
"@bazel/bazel-darwin_x64" "0.18.0-rc4"
49+
"@bazel/bazel-linux_x64" "0.18.0-rc4"
50+
"@bazel/bazel-win32_x64" "0.18.0-rc4"
51+
3252
3353
version "0.1.0"
3454
resolved "https://registry.yarnpkg.com/@bazel/benchmark-runner/-/benchmark-runner-0.1.0.tgz#a586394fcf7f2402b381319fbc2750627b5a06f1"

0 commit comments

Comments
 (0)