mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-06 13:11:57 -05:00
6 lines
147 B
Batchfile
Executable File
6 lines
147 B
Batchfile
Executable File
if not defined npm_config_node_gyp (
|
|
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
|
|
) else (
|
|
node %npm_config_node_gyp% %*
|
|
)
|