Files

6 lines
149 B
Batchfile
Raw Permalink Normal View History

2026-03-22 03:21:45 +02:00
if not defined npm_config_node_gyp (
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
) else (
node "%npm_config_node_gyp%" %*
)