mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
c11c4b0e3e
* build(examples): support process management * build(examples): manage trunk * build(examples): manage cargo leptos * doc(examples): add run instructions
17 lines
394 B
TOML
17 lines
394 B
TOML
extend = [
|
|
{ path = "../cargo-make/main.toml" },
|
|
{ path = "../cargo-make/wasm-test.toml" },
|
|
{ path = "../cargo-make/trunk_server.toml" },
|
|
]
|
|
|
|
[tasks.build]
|
|
toolchain = "stable"
|
|
command = "cargo"
|
|
args = ["build-all-features"]
|
|
install_crate = "cargo-all-features"
|
|
|
|
[tasks.check]
|
|
toolchain = "stable"
|
|
command = "cargo"
|
|
args = ["check-all-features"]
|
|
install_crate = "cargo-all-features"
|