Skip to content

Commit

Permalink
chore: deprecate isStandaloneRepository (#1715)
Browse files Browse the repository at this point in the history
## Proposed change

The `isStandaloneRepository` is no longer used. Since it's an exported
method, deprecating it for now and removing in next major.
  • Loading branch information
vscaiceanu-1a committed Apr 25, 2024
2 parents 7bca71b + 62f51d2 commit fba02d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@o3r/schematics/src/utility/monorepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export function isNxContext(tree: Tree) {

/**
* Determine if a repository is standalone (not part of a monorepo)
* @deprecated no longer in use. Will be removed in V12
* @param tree
*/
export function isStandaloneRepository(tree: Tree) {
Expand Down

0 comments on commit fba02d2

Please sign in to comment.