UNPKG

node-sword

Version:

Sword Engine(Crosswire) for NodeJS (C++ Addon)

13 lines (9 loc) 257 B
module.exports = exports = rebuild exports.usage = 'Runs "clean" and "install" at once' function rebuild (gyp, argv, callback) { gyp.todo.unshift( { name: 'clean', args: [] } , { name: 'install', args: [] } ) process.nextTick(callback) }