Files
VOREStation/tools/ci/build_tgui.sh
T
Kashargul df8cea1443 docker file and version update (#16761)
* docker file and version update

* don't go further up yet

* Update Dockerfile

* Update Dockerfile

* unifi dependencies

* all features for us
2024-12-28 20:32:27 +10:00

14 lines
181 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
source dependencies.sh
source ~/.nvm/nvm.sh
nvm use $NODE_VERSION
cd tgui
chmod +x bin/tgui
bin/tgui --lint
bin/tgui --test
yarn tgui:prettier
cd ..