/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/npm/lib/commands/start.js
13 строк
293 B
npm CLI robot
deps: upgrade npm to 11.4.2
20 июн 2025, 07:39
Не верифицирован
20 июн 2025, 07:39
433d9a0
Код
Авторство
О чём код?
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