first commit
This commit is contained in:
13
build/node_modules/node-pre-gyp/lib/rebuild.js
generated
vendored
Normal file
13
build/node_modules/node-pre-gyp/lib/rebuild.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = exports = rebuild;
|
||||
|
||||
exports.usage = 'Runs "clean" and "build" at once';
|
||||
|
||||
function rebuild (gyp, argv, callback) {
|
||||
gyp.todo.unshift(
|
||||
{ name: 'clean', args: [] },
|
||||
{ name: 'build', args: ['rebuild'] }
|
||||
);
|
||||
process.nextTick(callback);
|
||||
}
|
||||
Reference in New Issue
Block a user