Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

global config that apply to every npm-watch scripts #91

Open
Lionad-Morotar opened this issue May 22, 2022 · 1 comment
Open

global config that apply to every npm-watch scripts #91

Lionad-Morotar opened this issue May 22, 2022 · 1 comment

Comments

@Lionad-Morotar
Copy link

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: ...
    }
}
@Lionad-Morotar Lionad-Morotar changed the title globalConfig global config that apply to every npm-watch scripts May 22, 2022
@M-Zuber
Copy link
Owner

M-Zuber commented Apr 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants