mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
9 lines
221 B
TOML
9 lines
221 B
TOML
[tasks.build]
|
|
command = "cargo"
|
|
args = ["+stable", "build-all-features"]
|
|
install_crate = "cargo-all-features"
|
|
|
|
[tasks.check]
|
|
command = "cargo"
|
|
args = ["+stable", "check-all-features"]
|
|
install_crate = "cargo-all-features"
|