We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af2ca6 commit 98bd4e8Copy full SHA for 98bd4e8
examples/justfile
@@ -11,7 +11,7 @@ default: (run-authorize-and-store "smoldot" "bulletin-polkadot-runtime")
11
# Build the bulletin chain node in release mode
12
# Parameters:
13
# runtime - Runtime name (e.g., "bulletin-polkadot"), taken from ../scripts/runtimes-matrix.json
14
-build runtime="bulletin-polkadot":
+build runtime="bulletin-polkadot-runtime":
15
cargo build --release -p {{ runtime }}
16
17
# Install JavaScript dependencies
0 commit comments