M-Zuber/npm-watch

global config that apply to every npm-watch scripts

Opened this issue · 1 comments

Hello, is there any way to config once and works on every npm-watch scripts, such as:

{
    scripts: {
      test1: ...,
      test2: ...,
      watch:test1: npm-watch test1,
      watch:test2: npm-watch test2,
    },
    watchGlobalConfig: {
      patterns: ...,
      ignore: ...
    }
}

This is not currently supported, but I am open to a PR for this feature