From 9643a3adf8c2d2bf2a8e496e06702013d547cd55 Mon Sep 17 00:00:00 2001
From: PG Herveou <pgherveou@gmail.com>
Date: Fri, 27 Oct 2023 15:58:55 +0200
Subject: [PATCH] Enable "cargo run --bin substrate-node" (#1927)

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 66271139dfd..2c63aabf935 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -456,7 +456,7 @@ members = [
 	"substrate/utils/prometheus",
 	"substrate/utils/wasm-builder",
 ]
-default-members = [ "polkadot" ]
+default-members = [ "polkadot", "substrate/bin/node/cli" ]
 
 [profile.release]
 # Polkadot runtime requires unwinding.
-- 
GitLab