Skip to content

Commit ca9244f

Browse files
authored
Add --locked to term (#531)
1 parent bc7b3b1 commit ca9244f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.snippets/code/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/compilation-output.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="termynal" data-termynal>
2-
<span data-ty="input"><span class="file-path"></span>cargo build --release</span>
2+
<span data-ty="input"><span class="file-path"></span>cargo build --release --locked</span>
33
<span data-ty>...</span>
44
<span data-ty>Finished `release` profile [optimized] target(s) in 1.79s</span>
55
<span data-ty="input"><span class="file-path"></span></span>

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26789,7 +26789,7 @@ The [Polkadot SDK Parachain Template](https://github.com/paritytech/polkadot-sdk
2678926789

2679026790
4. Upon successful compilation, you should see output similar to:
2679126791
<div id="termynal" data-termynal>
26792-
<span data-ty="input"><span class="file-path"></span>cargo build --release</span>
26792+
<span data-ty="input"><span class="file-path"></span>cargo build --release --locked</span>
2679326793
<span data-ty>...</span>
2679426794
<span data-ty>Finished `release` profile [optimized] target(s) in 1.79s</span>
2679526795
<span data-ty="input"><span class="file-path"></span></span>

0 commit comments

Comments
 (0)