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
Is there a way for a task to depend on a group of packages in a monorepo? e.g.
all packages under the workspace foo/ ?
All packages except those in the directory bar/?
all packages with a name matching /^foo-[0-9]$/?
The motivation is to be able to host ancillary packages in the monorepo - packages that do depend on shared code in the repo, but are not part of the main build process. They could be built explicitly, in a local dev environment, but are excluded from the main pipeline.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Is there a way for a task to depend on a group of packages in a monorepo? e.g.
foo/
?bar/
?/^foo-[0-9]$/
?The motivation is to be able to host ancillary packages in the monorepo - packages that do depend on shared code in the repo, but are not part of the main build process. They could be built explicitly, in a local dev environment, but are excluded from the main pipeline.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions