xref: /third_party/node/deps/npm/node_modules/node-gyp/lib/rebuild.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/node-gyp/lib/
11cb0ef41Sopenharmony_ci'use strict'
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ciasync function rebuild (gyp, argv) {
41cb0ef41Sopenharmony_ci  gyp.todo.push(
51cb0ef41Sopenharmony_ci    { name: 'clean', args: [] }
61cb0ef41Sopenharmony_ci    , { name: 'configure', args: argv }
71cb0ef41Sopenharmony_ci    , { name: 'build', args: [] }
81cb0ef41Sopenharmony_ci  )
91cb0ef41Sopenharmony_ci}
101cb0ef41Sopenharmony_ci
111cb0ef41Sopenharmony_cimodule.exports = rebuild
121cb0ef41Sopenharmony_cimodule.exports.usage = 'Runs "clean", "configure" and "build" all at once'
13

Indexes created Thu Nov 07 10:32:03 CST 2024