Files
GS13/tools/travis/before_build_tools.sh
Mark Suckerberg 16c03f3c43 passer deux
2020-01-28 19:56:37 -06:00

8 lines
120 B
Bash
Executable File

#!/bin/bash
set -e
if [ "$BUILD_TOOLS" = true ]; then
cd tgui && source ~/.nvm/nvm.sh && npm install && cd ..
fi;