1
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-05-15 04:06:46 +08:00
Stephen Franceschelli 7dc6a07f36 Fix build. ()
* Fix.

* Husky commit correct node modules
2019-07-30 13:19:56 -04:00

7 lines
188 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\semver\bin\semver.js" %*
)