bugspray/build.sh

4 lines
53 B
Bash
Executable file

#!/bin/sh
cd app && trunk build && cd ..
cargo build