|
|
@ -37,7 +37,7 @@ dependencies = ["build", "create_wasm"]
|
|
|
|
description = "Build, create wasms, and watch/recompile files for changes"
|
|
|
|
description = "Build, create wasms, and watch/recompile files for changes"
|
|
|
|
workspace = false
|
|
|
|
workspace = false
|
|
|
|
dependencies = ["build", "create_wasm"]
|
|
|
|
dependencies = ["build", "create_wasm"]
|
|
|
|
watch = { ignore_pattern="pkg/*", version="7.2.1" }
|
|
|
|
watch = { ignore_pattern="pkg/*" }
|
|
|
|
|
|
|
|
|
|
|
|
[tasks.all_release]
|
|
|
|
[tasks.all_release]
|
|
|
|
description = "Build, and create wasms, with the --release flag"
|
|
|
|
description = "Build, and create wasms, with the --release flag"
|
|
|
|