leptos/examples/fetch/Makefile.toml

12 lines
272 B
Makefile
Raw Normal View History

2023-06-02 02:12:18 +00:00
extend = [{ path = "../cargo-make/main.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"