npm-run-all
Version:
A CLI tool to run multiple npm-scripts in parallel or sequential.
14 lines (11 loc) • 391 B
JavaScript
/**
* @author Toru Nagashima
* @copyright 2015 Toru Nagashima. All rights reserved.
* See LICENSE file in root directory for full license.
*/
//------------------------------------------------------------------------------
// Main
//------------------------------------------------------------------------------
require("../common/bootstrap")("run-p")