Files
cx-app-coupangapiclient/node_modules/.bin/opencollective-postinstall.cmd
2020-06-10 06:09:28 +09:00

7 lines
218 B
Batchfile
Executable File

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\opencollective-postinstall\index.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\opencollective-postinstall\index.js" %*
)