mirror of
https://git.um-react.app/um/web.git
synced 2025-11-28 03:23:01 +00:00
12 lines
112 B
Bash
Executable File
12 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
pushd ./src/QmcWasm
|
|
bash build-wasm
|
|
popd
|
|
|
|
pushd ./src/QmcWasm
|
|
bash build-wasm
|
|
popd
|