13 lines
237 B
Bash
13 lines
237 B
Bash
set -e
|
|
|
|
cd rust/rhai-codemirror
|
|
wasm-pack build --target web --out-dir "../../webui/src/wasm/rhai-codemirror";
|
|
cd ../..
|
|
|
|
cd rust/runner
|
|
wasm-pack build --target web --out-dir "../../webui/src/wasm/runner";
|
|
cd ../..
|
|
|
|
cd webui
|
|
bun install
|