yarn check

yarn check

Verifies that versions of the package dependencies in the current project’s package.json matches that of yarn’s lock file.

yarn check --integrity

Verifies that versions and hashed value of the package contents in the project’s package.json matches that of yarn’s lock file. This helps to verify that the package dependencies have not been altered.

← 이전: yarn cache 다음: yarn clean