Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
From the v6 canary publish builds (example:https://github.com/typescript-eslint/typescript-eslint/actions/runs/5291845795/jobs/9578445226?pr=5886):
lerna verb publish @typescript-eslint/rule-testerlerna ERR! EUSAGE Can't generate provenance for new or private package, you must set `access` to public.Guessing this is from@typescript-eslint/rule-tester being newly added in v6.
My default behavior would be to set"publishConfig": { "access": "public" } in all public facingpackage.jsons. But@JamesHenry I'll defer to you as the Nx expert, is that the right thing to do?