Now tsc outputs the version.
This commit is contained in:
parent
31aaaec9d6
commit
da9bfd3e4c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue