Skip to content

Commit 98bd4e8

Browse files
committed
update runtime
1 parent 2af2ca6 commit 98bd4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default: (run-authorize-and-store "smoldot" "bulletin-polkadot-runtime")
1111
# Build the bulletin chain node in release mode
1212
# Parameters:
1313
# runtime - Runtime name (e.g., "bulletin-polkadot"), taken from ../scripts/runtimes-matrix.json
14-
build runtime="bulletin-polkadot":
14+
build runtime="bulletin-polkadot-runtime":
1515
cargo build --release -p {{ runtime }}
1616

1717
# Install JavaScript dependencies

0 commit comments

Comments
 (0)