7 lines
130 B
Bash
Executable file
7 lines
130 B
Bash
Executable file
#!/bin/bash
|
|
pnpm i
|
|
cd end2end
|
|
pnpm i
|
|
cd ..
|
|
pnpm build:css
|
|
cargo leptos build -r --js-minify true --features "tls,content-static"
|