mirror of
https://github.com/emilk/egui.git
synced 2026-07-17 03:58:53 +00:00
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
|
cd "$script_path"
|
|
|
|
trunk build --release && ls -lh ../dist/*.wasm
|