microsoft / rushstack-websites

Doc content for the Rush Stack websites.
Creative Commons Attribution 4.0 International
23 stars 69 forks source link

Build cache docs are confusing #191

Closed SquGus closed 10 months ago

SquGus commented 11 months ago

The section "Testing the build cache" explains how we can test the build cache after enabling it through the file build-cache.json.

It seems like the steps to see the build cache hit when building the projects are misleading. Instead of running rush rebuild --verbose I believe it should say rush build --verbose, as a "rebuild" implies that I don't want to consider whatever is in cache and instead I want to do a clean build.