Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
884 stars 48 forks source link

feat(cli): add exact pkg/dir name matching for run command #85

Closed with-heart closed 3 years ago

with-heart commented 3 years ago

This PR closes #82 by adding functionality for targeting a project using the exact package or directory name:

@project/package-a at packages/pkg-a @project/package-a-1 at packages/pkg-a-1

yarn manypkg run @project/package-a start
yarn manypkg run packages/pkg-a
changeset-bot[bot] commented 3 years ago

🦋 Changeset detected

Latest commit: 1ad98f746ed308818c1749952a441022adc6c6c6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------ | ----- | | @manypkg/cli | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR