https://github.com/tgstation/tgstation/pull/49330/ and https://github.com/tgstation/tgstation/pull/49982/
This commit is contained in:
@@ -12,7 +12,7 @@ for f in *.merge; do
|
||||
done
|
||||
|
||||
echo "Installing tgui hooks"
|
||||
../../tgui-next/bin/tgui --install-git-hooks
|
||||
../../tgui/bin/tgui --install-git-hooks
|
||||
|
||||
echo "Installing Python dependencies"
|
||||
./python.sh -m pip install -r ../mapmerge2/requirements.txt
|
||||
|
||||
@@ -16,9 +16,4 @@ fi
|
||||
|
||||
echo "Building 'tgui'"
|
||||
cd "${base_dir}/tgui"
|
||||
npm ci
|
||||
node node_modules/gulp/bin/gulp.js --min
|
||||
|
||||
echo "Building 'tgui-next'"
|
||||
cd "${base_dir}/tgui-next"
|
||||
bin/tgui --ci
|
||||
|
||||
Reference in New Issue
Block a user