Update @bazel/bazel to bazelisk
@bazel/bazel is apparently deprecated now.
Closes #12903.
PiperOrigin-RevId: 354085796
diff --git a/site/docs/build-javascript.md b/site/docs/build-javascript.md
index 7c79dbe..012cbda 100644
--- a/site/docs/build-javascript.md
+++ b/site/docs/build-javascript.md
@@ -36,7 +36,7 @@
You can either [Install Bazel](install.html) following the same steps that you
would for backend development, or you can install NodeJS with npm and run
-`npm install -g @bazel/bazel`.
+`npm install -g @bazel/bazelisk`.
### Installing iBazel