mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-08 05:03:49 -05:00
7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf src/static
|
|
cd web/
|
|
bun run build
|
|
cp -r dist/ ../src/static
|
|
cargo build $@ |