codekingpro's picture
Add files using upload-large-folder tool
c6b68af verified
Raw
History Blame Contribute Delete
149 Bytes
if not defined npm_config_node_gyp (
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
) else (
node "%npm_config_node_gyp%" %*
)