Closed vaynevayne closed 1 year ago
Yes, please stop notifying me 🙏
Hi @vaynevayne, thanks for opening these issues. I'll be honest, I'm not fully understanding this issue. Could you clarify what exactly is going wrong? These examples are not meant to actually be published to npm, so any package prefixed with @acme
won't publish because you'd need to have the acme scope on npm.
Also, if this issue is related to the previous two that you opened, I'd ask that you only open one issue and edit the issue text with updates.
What version of Turborepo are you using?
lates
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
npm has not @acme
existspnpm-lock.yaml, but github/workflow is use yarn
if use yarn , when github action
error Couldn't find any versions for "eslint-config-acme" that matches "workspace:0.0.0"
https://github.com/vaynevayne/design-system/actions/runs/5022770668/jobs/9006611347
if use pnpm ,
error an error occurred while publishing @acme2/core: E404 Not Found - PUT https://registry.npmjs.org/@acme2%2fcore - Scope not found 🦋 error
https://github.com/vaynevayne/design-system/actions/runs/5022838740/jobs/9006754428When the above is still not using changeset, there are more problems if using changeset pulish
Expected Behavior
Delete example/design-system
To Reproduce
github action
Reproduction Repo
No response