ghaction-github-pages/node_modules/.bin/ncp.cmd

7 lines
170 B
Batchfile
Raw Normal View History

2019-11-15 22:57:27 +08:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\ncp\bin\ncp" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\ncp\bin\ncp" %*
)