mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-28 13:50:53 +02:00
6 lines
148 B
Batchfile
Executable File
6 lines
148 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%" %*
|
|
)
|