·
87 commits
to main
since this release
Minor Changes
-
ad6dbf1
#85 Thanks @with-heart! - Added the ability to use the exact package or directory name to target a package that is a substring of another with for therun
command:If packages exist at
packages/pkg-a
andpackages/pkg-a-1
, targetpkg-a
using the exact directory name:yarn manypkg run packages/pkg-a
If packages are named
@project/package-a
and@project/package-a-1
, targetpackage-a
using the exact package name:yarn manypkg run @project/package-a