For some reason, my computer did not like the scripts in the package.json files having single quotes. Because of that the pnpm build:packages described in the CONTRIBUTING failed. This issue maybe a Windows-only thing, but I hope my change works on Linux and Mac too.
Summary of changes
Fixes scripts failing with "No projects matched the filters" error because of use of single quote (') in scripts in the package.json files.
Makes the pnpm filters based on package directory paths instead of package names in the scripts.
For some reason, my computer did not like the scripts in the
package.json
files having single quotes. Because of that thepnpm build:packages
described in the CONTRIBUTING failed. This issue maybe a Windows-only thing, but I hope my change works on Linux and Mac too.Summary of changes
pnpm
filters based on package directory paths instead of package names in the scripts.