website-htmx-rustelo-code/scripts/sh/build/leptos-build.sh

8 lines
130 B
Bash
Raw Permalink Normal View History

2026-07-10 03:44:13 +01:00
#!/bin/bash
pnpm i
cd end2end
pnpm i
cd ..
pnpm build:css
cargo leptos build -r --js-minify true --features "tls,content-static"