From 384a10fb474bb936df0398e5efbc716bc354598a Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 3 Oct 2024 16:58:50 +0800 Subject: [PATCH] docs: emphasize the importance of running `pnpm clean` first [skip ci] Now that we are using `pkg.pr.new/vue@main` by default, the issue caused by the cached packages are more likely to happen in local environments. TODO: We need to check the cache automatically in the test command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f056b3e..520f449 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you pass `--release 3.2.45`, vue build will be skipped and vue is fetched fro The repositories are checked out into `workspace` subdirectory as shallow clones. -If you want to test the same version of vue multiple times, please run `pnpm clean` first to ensure the workspace is clean. +If you want to test **the same version (or tag)** of vue multiple times, please **run `pnpm clean` first** to ensure the workspace is clean and the package registry cache is purged. ### Running against local build