ultracite@7.6.5
Patch Changes
- 3e08c25: Fix
ultracite initfailing withnpm error No workspaces found!in npm monorepos. WhenisMonorepo()was true, nypm was passedworkspace: true, which translates to--workspacesfor npm — that installs in every workspace package and errors when patterns match nothing. We now skip the workspace flag for npm (the default root install is what we want) while preserving the flag for pnpm (--workspace-root) and yarn classic (-W). Applies to ultracite, husky, lefthook, and lint-staged installs.