feat: remove need for LEPTOS_OUTPUT_NAME env var after compilation (#899)

This commit is contained in:
Ben Wishovich
2023-04-23 12:20:47 -07:00
committed by GitHub
parent c74b15b120
commit 72f8bf4e20
7 changed files with 33 additions and 36 deletions

View File

@@ -90,6 +90,7 @@ args = ["make", "verify-flow"]
[env]
RUSTFLAGS = ""
LEPTOS_OUTPUT_NAME="ci" # allows examples to check/build without cargo-leptos
[env.github-actions]
RUSTFLAGS = "-D warnings"