Skip to content
AI Monorepos Free online conference · June 23 Join us!

isWorkspacesEnabled(packageManager?, root?): boolean

Returns true if the workspace is using npm workspaces, yarn workspaces, or pnpm workspaces.

NameTypeDescription
packageManager?PackageManagerThe package manager to use. If not provided, it will be detected based on the lock file.
root?stringThe directory the commands will be ran inside of. Defaults to the current workspace’s root.

boolean