Skip to content

Commit

Permalink
modify schema
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Qun committed Jan 10, 2025
1 parent 99f4276 commit 2a7d177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/rush-lib/src/schemas/experiments.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"type": "boolean"
},
"exemptDecoupledDependenciesBetweenSubspaces": {
"description": "Rush has a policy that normally requires Rush projects to specify `workspace:*` in package.json when depending on other projects in the workspace, unless they are explicitly declared as `decoupledLocalDependencies in rush.json. Enabling this experiment will remove that requirement for dependencies belonging to a different subspace. This is useful for large product groups who work in separate subspaces and generally prefer to consume each other's packages via the NPM registry.",
"description": "Rush has a policy that normally requires Rush projects to specify `workspace:*` in package.json when depending on other projects in the workspace, unless they are explicitly declared as `decoupledLocalDependencies in rush.json. Enabling this experiment will remove that requirement for dependencies belonging to a different subspace. This is useful for large product groups who work in separate subspaces and generally prefer to consume each other's packages via the NPM registry.",
"type": "boolean"
}
},
Expand Down

0 comments on commit 2a7d177

Please sign in to comment.