9 lines
290 B
Makefile
9 lines
290 B
Makefile
install:
|
|
git pull
|
|
npx tailwindcss -i ./input.css -o ./style/output.css --minify
|
|
wasm-pack build --target=web --no-default-features --features=hydrate
|
|
sudo systemctl stop rust_leptos.service
|
|
cargo sqlx migrate run
|
|
cargo leptos build --release
|
|
sudo systemctl start rust_leptos.service
|