beezel icon indicating copy to clipboard operation
beezel copied to clipboard

Feature Request: Specify package that should be built and only build the packages that are in the dependency tree

Open n1ru4l opened this issue 4 years ago • 0 comments

workspaces:
 a -> depends on b and c
 b
 c
 d

Let's say a CI process is only deploying package a, then building package d would be unnecessary. This could be handy in a repo with a lot of packages.

The command could look like the following: npx beezel build a

n1ru4l avatar Feb 05 '21 11:02 n1ru4l