You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be quite convenient to ignore some files or directories when running scripts. We can add --ingore option to the CLI root and run commands. This option should be implemented using glob patterns. When choosing scope to run script on we should also take into account value of --filter option.
Examples:
lazyrepo build --ignore=packages/ui/**/*
lazyrepo run build --ignore=packages/**/* --ignore=apps/**/*
The text was updated successfully, but these errors were encountered:
how about putting a file or directory to ignore inside the config file? of course we can have this one option too but I find that having that in config too might be a good idea
It'd be quite convenient to ignore some files or directories when running scripts. We can add
--ingore
option to the CLI root and run commands. This option should be implemented using glob patterns. When choosing scope to run script on we should also take into account value of--filter
option.Examples:
lazyrepo build --ignore=packages/ui/**/*
lazyrepo run build --ignore=packages/**/* --ignore=apps/**/*
The text was updated successfully, but these errors were encountered: