Found out that pnpm has a way to hoist local packages to node_modules without needing to explicitly pnpm add them:
hoist-workspace-packages=true
public-hoist-pattern[]=@testrepo/*
Found out that pnpm has a way to hoist local packages to node_modules without needing to explicitly pnpm add them:
hoist-workspace-packages=true
public-hoist-pattern[]=@testrepo/*