Hello #node #npm #yarn #turbo people... I have a monorepo with N packages cross-referencing each other in dependencies with "workspace:*" , as intended.
I can't, for the life of me, publish thoses packages in a not broken form (npm install errors with "Unsupported URL Type "workspace:": workspace:*"
What is the trick to tell yarn / turbo to "fix" my packages.json before/during publishing with the actual version I'm publishing?