Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
'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'
|
||||
Reference in New Issue
Block a user