4 lines
138 B
Bash
4 lines
138 B
Bash
yes | del -r ./out\*
|
|
# shellcheck disable=SC2216
|
|
yes | cp -r ./template\web ./out
|
|
odin build template -target:js_wasm32 -out:out/game.wasm |