Now tsc outputs the version.

This commit is contained in:
Rodrigo Rodriguez 2018-09-27 09:12:51 -03:00
parent 31aaaec9d6
commit da9bfd3e4c

View file

@ -116,8 +116,10 @@ IF EXIST "%DEPLOYMENT_TARGET%\deploy\default.gbui\package.json" (
:: 4. Install typescript :: 4. Install typescript
echo [GUARIBASDEPLOYER] Transpiling... echo [GUARIBASDEPLOYER] Transpiling...
call :ExecuteCmd node %DEPLOYMENT_TARGET%\node_modules\typescript\bin\tsc -v
call :ExecuteCmd node %DEPLOYMENT_TARGET%\node_modules\typescript\bin\tsc -p "%DEPLOYMENT_TARGET%" call :ExecuteCmd node %DEPLOYMENT_TARGET%\node_modules\typescript\bin\tsc -p "%DEPLOYMENT_TARGET%"
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
goto end goto end