rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

Refactor install-test-workspace

Open g-chao opened this issue 1 year ago • 1 comments

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

  1. Enable usePnpmSyncForInjectedDependencies in experiments.json
  2. Refactor install-test-worspace folder structure

How it was tested

Make sure all CI checks passed in the new set up

Impacted documentation

N/A

g-chao avatar Feb 21 '24 19:02 g-chao

The new projects should have build cache configured.

iclanton avatar Feb 22 '24 00:02 iclanton