system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
| Direktori : /lib/node_modules/npm/node_modules/node-gyp/lib/ |
| Current File : //lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js |
'use strict'
function rebuild (gyp, argv, callback) {
gyp.todo.push(
{ name: 'clean', args: [] }
, { name: 'configure', args: argv }
, { name: 'build', args: [] }
)
process.nextTick(callback)
}
module.exports = rebuild
module.exports.usage = 'Runs "clean", "configure" and "build" all at once'