Skip to content

Commit

Permalink
feat: Add conditional WASM contract rebuilding with force option
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 10, 2024
1 parent ae39d8f commit 657e71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ script = [
]

[tasks.copy-contract]
description = "Copy contract WASM to UI public directory"
dependencies = ["build-contract", "create-contracts-dir"]
description = "Copy contract WASM to UI public directory"
dependencies = ["build-contract-if-needed", "create-contracts-dir"]
script = [
"cp target/${CONTRACT_TARGET}/release/${CONTRACT_NAME}.wasm ${CONTRACTS_DIR}/"
]
Expand Down

0 comments on commit 657e71f

Please sign in to comment.