summaryrefslogtreecommitdiff
path: root/Meta/Lagom/build-js.sh
blob: 10827428f39018648c00983b95c46b9101b14c40 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd "$script_path" || exit 1
mkdir -p build
cd build || exit 1
cmake ..
make js