xref: /third_party/node/deps/corepack/shims/pnpm.cmd
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/corepack/shims/
11cb0ef41Sopenharmony_ci@SETLOCAL
21cb0ef41Sopenharmony_ci@IF EXIST "%~dp0\node.exe" (
31cb0ef41Sopenharmony_ci  "%~dp0\node.exe"  "%~dp0\..\dist\pnpm.js" %*
41cb0ef41Sopenharmony_ci) ELSE (
51cb0ef41Sopenharmony_ci  @SET PATHEXT=%PATHEXT:;.JS;=;%
61cb0ef41Sopenharmony_ci  node  "%~dp0\..\dist\pnpm.js" %*
71cb0ef41Sopenharmony_ci)
8

Indexes created Thu Nov 07 10:32:03 CST 2024