Skip to content

Commit 384a10f

Browse files
committed
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.
1 parent ff883fe commit 384a10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you pass `--release 3.2.45`, vue build will be skipped and vue is fetched fro
3838

3939
The repositories are checked out into `workspace` subdirectory as shallow clones.
4040

41-
If you want to test the same version of vue multiple times, please run `pnpm clean` first to ensure the workspace is clean.
41+
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.
4242

4343
### Running against local build
4444

0 commit comments

Comments
 (0)