Shortcut for --filter to run on all dependencies of current working directory package
remorses opened this issue ยท 1 comments
remorses commented
What i would like to have is a simpler way to do the following
{
"build:deps": "THIS_PACKAGE=$(jq -r .name package.json) && ultra -r --filter +$THIS_PACKAGE build:lib",
}
It would be cool if --filter
would run on all cwd's package dependecies when doing the following
ultra -r --filter + build:lib
Or maybe add support for paths when using + and do this instead
ultra -r --filter +./ build:lib
folke commented
๐ This issue has been resolved in version 3.9.0 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐