diff --git a/examples/islands/Makefile.toml b/examples/islands/Makefile.toml index a1c2e39aa..3f6c9b95e 100644 --- a/examples/islands/Makefile.toml +++ b/examples/islands/Makefile.toml @@ -1,8 +1,4 @@ extend = [ { path = "../cargo-make/main.toml" }, + { path = "../cargo-make/cargo-leptos.toml" }, ] - -[tasks.test-ui] -cwd = "./e2e" -command = "cargo" -args = ["make", "test-ui", "${@}"]