File "start.js"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/lib/commands/start.js
File size: 293 bytes
MIME-type: text/plain
Charset: utf-8
const LifecycleCmd = require('../lifecycle-cmd.js')
// This ends up calling run(['start', ...args])
class Start extends LifecycleCmd {
static description = 'Start a package'
static name = 'start'
static params = [
'ignore-scripts',
'script-shell',
]
}
module.exports = Start