Skip to content

@saflib/dev-tools


Function: buildMonorepoContext()

buildMonorepoContext(rootDir?): MonorepoContext

Creates a MonorepoContext. If no rootdir is provided, it will find the first parent directory with a package-lock.json and use that as the root, effectively returning "this" package's monorepo context.

Parameters

ParameterType
rootDir?string

Returns

MonorepoContext