fix(kb.gbapp): FAQ now showing again. #85

Merged
rodrigorodriguez merged 3 commits from master into master 2019-02-17 06:49:50 +00:00
Showing only changes of commit b7abf5f90a - Show all commits

View file

@ -1,2 +1,15 @@
@echo off @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 dist/src/app.js node dist/src/app.js