mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 00:27:12 +00:00
5a67e208fd
* chore: ignore playwright output * fix: could not run playwright test * test: should see the welcome message * build: clean playwright output * build: run playwright web tests * build: setup e2e dependencies
14 lines
340 B
TOML
14 lines
340 B
TOML
extend = [
|
|
{ path = "../cargo-make/common.toml" },
|
|
{ path = "../cargo-make/cargo-leptos-web-test.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"
|