mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 00:27:12 +00:00
dfd03d4f27
* fix(examples/counters): unexpected each item comment * fix(examples/errors_axum): format error * fix(examples/ssr_modes_axum): format error * fix(examples/ssr_modes_axum): unused import * build(examples/timer): add common tasks * fix(examples/timer) clippy error
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"
|