Monorepo support #83
-
Hi, Do I have to write a custom script which decides which solution should be used depending on the staged files, or is there a way to configure this in Husky.Net already? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @MichalKlinka |
Beta Was this translation helpful? Give feedback.
Hi @MichalKlinka
If your solutions are in separate paths you should be able to use
include
intask-runner.json
and to use glob pattern to select files ...or did I misunderstand the problem?