UNPKG

npm-run-all2

Version:

A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)

16 lines (12 loc) 462 B
#!/usr/bin/env node /** * @author Toru Nagashima * @copyright 2015 Toru Nagashima. All rights reserved. * @copyright 2026 Bret Comnes. All rights reserved. * See LICENSE file in root directory for full license. */ // ------------------------------------------------------------------------------ // Main // ------------------------------------------------------------------------------ import bootstrap from '#bin/common/bootstrap.js' bootstrap('run-s')