Skip to content

Commit

Permalink
docs: emphasize the importance of running pnpm clean first [skip ci]
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
haoqunjiang committed Oct 3, 2024
1 parent ff883fe commit 384a10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 384a10f

Please sign in to comment.