File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ return whichNativeNodish("..")
3939 return checkAndBuild ( ) ;
4040 }
4141 console . info ( "[nodegit] Fetching binary from S3." ) ;
42- return exec ( "node-pre-gyp build " )
42+ return exec ( "node-pre-gyp install " )
4343 . then (
4444 function ( ) {
4545 console . info ( "[nodegit] Completed installation successfully." ) ;
Original file line number Diff line number Diff line change 9393 "install" : " node lifecycleScripts/install" ,
9494 "installDebug" : " BUILD_DEBUG=true npm install" ,
9595 "postinstall" : " node lifecycleScripts/clean" ,
96- "recompile" : " node-gyp configure build" ,
97- "rebuild" : " node generate && node-gyp configure build" ,
98- "recompileDebug" : " node-gyp configure --debug build" ,
99- "rebuildDebug" : " node generate && node-gyp configure --debug build"
96+ "recompile" : " pangyp configure build" ,
97+ "rebuild" : " node generate && pangyp configure build" ,
98+ "recompileDebug" : " pangyp configure --debug build" ,
99+ "rebuildDebug" : " node generate && pangyp configure --debug build"
100100 }
101101}
You can’t perform that action at this time.
0 commit comments