From f2c59ab48c194e2df478110afe0370bd342a3e0c Mon Sep 17 00:00:00 2001 From: Jihoon Song Date: Thu, 9 Jan 2025 22:30:43 +0900 Subject: [PATCH] Fix bazel build typo --- website/docs/reading/bazel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reading/bazel.md b/website/docs/reading/bazel.md index 4df036eca..7a0a94788 100644 --- a/website/docs/reading/bazel.md +++ b/website/docs/reading/bazel.md @@ -85,7 +85,7 @@ Everything in Prysm can be built with Bazel using For example, the beacon node can be built with - bazel build /cmd/beacon-chain --config=release + bazel build //cmd/beacon-chain --config=release The `--config=release` will apply all compile-time optimizations to the code, and build everything including C dependencies and our cryptography from source. Every package in the Prysm monorepo can be build with