Add prerelease filter support in verify

This commit is contained in:
taoky
2024-08-06 18:23:07 +08:00
parent 33e9746a46
commit 6751bc93cb
2 changed files with 12 additions and 7 deletions

View File

@ -82,7 +82,7 @@ Verify command could be used if you believe that something is wrong (inconsisten
2. remove packages NOT in remote (with consideration of `--exclude`)
3. make sure all local indexes are valid, and (if --sync-packages) have valid local package files
(`--prerelease-exclude` would be ignored)
(`--prerelease-exclude` would used only for packages that requires updating)
4. delete unreferenced files in `packages` folder
```shell