Your IP : 3.129.70.185


Current Path : /opt/alt/alt-nodejs20/root/lib/node_modules/npm/node_modules.bundled/node-gyp/lib/
Upload File :
Current File : //opt/alt/alt-nodejs20/root/lib/node_modules/npm/node_modules.bundled/node-gyp/lib/rebuild.js

'use strict'

async function rebuild (gyp, argv) {
  gyp.todo.push(
    { name: 'clean', args: [] }
    , { name: 'configure', args: argv }
    , { name: 'build', args: [] }
  )
}

module.exports = rebuild
module.exports.usage = 'Runs "clean", "configure" and "build" all at once'