yarn-run-all
Version:
A CLI tool to run multiple npm-scripts in parallel or sequential.
14 lines (11 loc) • 401 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")(module, "run-s");