folke/ultra-runner

Shortcut for --filter to run on all dependencies of current working directory package

remorses opened this issue ยท 1 comments

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 ๐Ÿ“ฆ๐Ÿš€