Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 157 Bytes

File metadata and controls

17 lines (13 loc) · 157 Bytes

node-run-all

Install

npm install node-run-all

Usage

{
  "scripts": {
    "all": "node-run-all \"command 1\" \"command 2\""
  }
}