npm-launch icon indicating copy to clipboard operation
npm-launch copied to clipboard

Function to "link" package.json scripts to launch tasks

Open andywer opened this issue 9 years ago • 0 comments

There should be something like launch --link that updates the local package.json.

Writes something like this to package.json:

"scrips": {
  "build": "launch build",
  "test": "launch test"
}

For all launch tasks that match:

  • build, start, test
  • pre*, post*

andywer avatar Sep 25 '16 15:09 andywer