You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ENOWORKSPACES error when publishing from monorepo workspace
npm config commands don't support workspace operations. When running from within a workspace directory, npm would fail with ENOWORKSPACES. Adding --workspaces=false flag to all npm config commands fixes this issue.
Fixes#715
0 commit comments