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

Remove verbose option from yarn install

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-11-16 15:13:58 +02:00
parent 3f2e292bd7
commit 8994a600f6

View File

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