I swear if it's this simple...

This commit is contained in:
Nadyr
2022-06-26 03:17:12 -04:00
committed by GitHub
parent 69ede4740d
commit 59919ac95a
+1 -2
View File
@@ -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 ..