mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 11:29:37 +00:00
Add command to build the web example.
This commit is contained in:
parent
debab7de17
commit
f7239366f0
|
@ -20,6 +20,12 @@ install_crate = { crate_name = "trunk", binary = "trunk", test_arg = "--help" }
|
|||
[tasks.install-wasm-bindgen-cli]
|
||||
install_crate = { crate_name = "wasm-bindgen-cli", binary = "wasm-bindgen", test_arg = "--help" }
|
||||
|
||||
[tasks.build-web-example]
|
||||
dependencies = ["install-trunk", "install-wasm-bindgen-cli"]
|
||||
cwd = "examples/web"
|
||||
command = "trunk"
|
||||
args = ["build"]
|
||||
|
||||
[tasks.run-web-example]
|
||||
dependencies = ["install-trunk", "install-wasm-bindgen-cli"]
|
||||
cwd = "examples/web"
|
||||
|
|
Loading…
Reference in New Issue
Block a user