usage: rush check [-h] [--variant VARIANT]
Checks each project's package.json files and ensures that all dependencies
are of the same version throughout the repository.
Optional arguments:
-h, --help Show this help message and exit.
--variant VARIANT Run command using a variant installation configuration.
This parameter may alternatively specified via the
RUSH_VARIANT environment variable.
Improve this page