From 7ca810d8bdebaf36d20279dddaf18f9184140b42 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Sun, 23 Jun 2024 17:01:27 -0400 Subject: [PATCH] fix islands ci setup --- examples/islands/Makefile.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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", "${@}"]