mirror of
https://git.unlock-music.dev/um/web.git
synced 2024-12-29 23:15:03 +08:00
12 lines
112 B
Bash
12 lines
112 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
pushd ./src/QmcWasm
|
|
bash build-wasm
|
|
popd
|
|
|
|
pushd ./src/QmcWasm
|
|
bash build-wasm
|
|
popd
|