Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@qiwi/npm-run-all

qiwi-forks2.8kMIT4.1.7

A CLI tool to run multiple npm-scripts in parallel or sequential.

cli, command, commandline, tool, npm, npm-scripts, run, sequential, serial, parallel, task

readme

@qiwi/npm-run-parallel

Yet another one fork of mysticatea/npm-run-all, that drops some useless deps and brings deps from 2020.

Installation

$ npm install @qiwi/npm-run-all --save-dev
$ yarn add @qiwi/npm-run-all -D 

Usage

shell script npm-run-all clean build:*

Original docs → npm-run-all.md

changelog

4.1.7 (2021-05-12)

Bug Fixes

4.1.6 (2020-12-11)

Bug Fixes

  • deps: apply npm audit fix (8109573)

Performance Improvements