From 59919ac95a251ebffcbe055e5bc73326e8f9050a Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Sun, 26 Jun 2022 03:17:12 -0400 Subject: [PATCH] I swear if it's this simple... --- tools/ci/build_tgui.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ci/build_tgui.sh b/tools/ci/build_tgui.sh index 9964b1acdf..79d56c2b8f 100755 --- a/tools/ci/build_tgui.sh +++ b/tools/ci/build_tgui.sh @@ -7,6 +7,5 @@ source ~/.nvm/nvm.sh nvm use $NODE_VERSION cd tgui chmod +x bin/tgui -bin/tgui --lint -bin/tgui --test +bin/tgui --ci cd ..