Explorar el Código

Exclude mobile from ci

Jonathan Kelley hace 1 año
padre
commit
a8eaf3da72
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Makefile.toml

+ 2 - 0
Makefile.toml

@@ -105,6 +105,8 @@ args = [
   "dioxus-router",
   "--exclude",
   "dioxus-desktop",
+  "--exclude",
+  "dioxus-mobile",
 ]
 private = true