mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-03-17 15:54:07 +01:00
7 lines
184 B
Batchfile
7 lines
184 B
Batchfile
![]() |
@IF EXIST "%~dp0\node.exe" (
|
||
|
"%~dp0\node.exe" "%~dp0\..\typescript\bin\tsc" %*
|
||
|
) ELSE (
|
||
|
@SETLOCAL
|
||
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||
|
node "%~dp0\..\typescript\bin\tsc" %*
|
||
|
)
|