Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Qun committed Jan 9, 2025
1 parent 76f3e61 commit b654f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/rush-lib/src/api/RushConfigurationProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ export class RushConfigurationProject {
// suffix). Even after we strip the NPM scope, it will still be unique.
// Example: "my-project-2"
this.unscopedTempProjectName = PackageNameParsers.permissive.getUnscopedName(tempProjectName);

this.decoupledLocalDependencies = new Set<string>();
if (projectJson.cyclicDependencyProjects || projectJson.decoupledLocalDependencies) {
if (projectJson.cyclicDependencyProjects && projectJson.decoupledLocalDependencies) {
throw new Error(
Expand Down

0 comments on commit b654f59

Please sign in to comment.