botserver/gbot.cmd
2019-05-27 08:46:17 -03:00

15 lines
239 B
Batchfile

@ECHO off
ECHO General Bots Command Line
IF EXIST node_modules goto COMPILE
ECHO Installing Packages for the first time use...
CALL npm install --silent
:COMPILE
IF EXIST dist goto ALLSET
ECHO Compiling...
CALL tsc
:ALLSET
node app.js