• File: restart.js
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/opt/cpanel/ea-nodejs16/lib/node_modules/npm/lib/commands/restart.js
  • File size: 351 bytes
  • MIME-type: text/plain
  • Charset: utf-8
const LifecycleCmd = require('../lifecycle-cmd.js')

// This ends up calling run-script(['restart', ...args])
class Restart extends LifecycleCmd {
  static description = 'Restart a package'
  static name = 'restart'
  static params = [
    'ignore-scripts',
    'script-shell',
  ]

  static ignoreImplicitWorkspace = false
}
module.exports = Restart