beezel
beezel copied to clipboard
Feature Request: Specify package that should be built and only build the packages that are in the dependency tree
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