1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

add yarn check call to install-deps

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-11-13 11:14:39 -05:00
parent 3d6b45fd61
commit 4082b08699

View File

@ -15,7 +15,8 @@ download-bins:
yarn download-bins
install-deps:
yarn install --frozen-lockfile
yarn install --frozen-lockfile --verbose
yarn check --verify-tree --integrity
compile-dev:
yarn compile:main --cache