mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
38bc24bb9e
* build: add common tasks * test: resolve check-style issues
11 lines
274 B
TOML
11 lines
274 B
TOML
extend = [{ path = "../cargo-make/common.toml" }]
|
|
|
|
[tasks.build]
|
|
command = "cargo"
|
|
args = ["+nightly", "build-all-features"]
|
|
install_crate = "cargo-all-features"
|
|
|
|
[tasks.check]
|
|
command = "cargo"
|
|
args = ["+nightly", "check-all-features"]
|
|
install_crate = "cargo-all-features"
|