Files
Kmake/deps/corepack/shims/yarnpkg.cmd

8 lines
178 B
Batchfile
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\dist\yarnpkg.js" %*
) ELSE (
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\dist\yarnpkg.js" %*
)