Skip to content

Commit 23ef650

Browse files
committed
fix: building release
1 parent 53a8c65 commit 23ef650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ install_crate = { crate_name = "cargo-leptos", binary = "cargo", test_arg = [
6262
"--version",
6363
], version = "0.2.16" }
6464
command = "cargo"
65-
args = ["leptos", "build", "-r"]
65+
args = ["leptos", "serve", "-r"]
6666

6767
[tasks.serve]
6868
dependencies = ["prebuild", "prebuild-nixdev"]

0 commit comments

Comments
 (0)