mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-20 18:47:53 +01:00
This ports TGUI, and makes the old nano crew monitor and the disposal bins use it as first examples.
6 lines
75 B
Batchfile
6 lines
75 B
Batchfile
@echo off
|
|
cd "%~dp0\.."
|
|
call yarn install
|
|
call yarn run build
|
|
timeout /t 9
|