rushstack
rushstack copied to clipboard
Refactor install-test-workspace
Summary
Before, the install-test-worspace is a standalone pnpm workspace project inside Rushstack.
Now, we have integrated the pnpm-sync feature, so we can refactor this project to use pnpm-sync to manage injected dependencies.
Details
- Enable
usePnpmSyncForInjectedDependenciesinexperiments.json - Refactor
install-test-worspacefolder structure
How it was tested
Make sure all CI checks passed in the new set up
Impacted documentation
N/A
The new projects should have build cache configured.