We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1268e commit 736df1fCopy full SHA for 736df1f
Makefile.toml
@@ -15,7 +15,6 @@ args = ["clean"]
15
16
[tasks.build-contract]
17
description = "Build the room contract WASM"
18
-condition = { env_set = ["FORCE_CONTRACT_BUILD"], env_true = ["FORCE_CONTRACT_BUILD"] }
19
command = "cargo"
20
args = ["build", "--release", "--target", "${CONTRACT_TARGET}", "-p", "room-contract", "--target-dir", "target"]
21
0 commit comments