|
|
@ -34,10 +34,10 @@ workspace = false
|
|
|
|
dependencies = ["build", "create_wasm"]
|
|
|
|
dependencies = ["build", "create_wasm"]
|
|
|
|
|
|
|
|
|
|
|
|
[tasks.watch]
|
|
|
|
[tasks.watch]
|
|
|
|
description = "Build, and create wasms, then watch 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/*" }
|
|
|
|
watch = { ignore_pattern="pkg/*", version="7.2.1" }
|
|
|
|
|
|
|
|
|
|
|
|
[tasks.all_release]
|
|
|
|
[tasks.all_release]
|
|
|
|
description = "Build, and create wasms, with the --release flag"
|
|
|
|
description = "Build, and create wasms, with the --release flag"
|
|
|
|