Skip to content

Commit 736df1f

Browse files
committed
fix: Remove condition to always build contract WASM before UI
1 parent 0e1268e commit 736df1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile.toml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ args = ["clean"]
1515

1616
[tasks.build-contract]
1717
description = "Build the room contract WASM"
18-
condition = { env_set = ["FORCE_CONTRACT_BUILD"], env_true = ["FORCE_CONTRACT_BUILD"] }
1918
command = "cargo"
2019
args = ["build", "--release", "--target", "${CONTRACT_TARGET}", "-p", "room-contract", "--target-dir", "target"]
2120

0 commit comments

Comments
 (0)