·
125 commits
to main
since this release
Minor Changes
-
63cdae1
#42 Thanks @tarang9211! - Addedmanypkg run <partial package name or directory> <script>
which can be used to execute scripts for packages within a monorepo.As an example, let's say there are two packages:
@project/package-a
atpackages/pkg-a
and@project/package-b
atpackages/pkg-a
which both have astart
script,manypkg run
can be used like this:yarn manypkg run pkg-a start yarn manypkg run a start yarn manypkg run package-a start yarn manypkg run @project/package-a start yarn manypkg run packages/pkg-a start yarn manypkg run package-b start yarn manypkg run b start
The following wouldn't work though because the
package
andpkg
aren't unique among the package names/directories:yarn manypkg run package start yarn manypkg run pkg start
-
0ed3f2b
#39 Thanks @Andarist! - Added support for finding pnpm workspace packages.
Patch Changes
- Updated dependencies [
0ed3f2b
]: