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

Remove use of buggy 'yarn check'

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-08-17 14:49:18 -04:00
parent 75c005893b
commit ea6d9ce948

View File

@ -17,8 +17,7 @@ else
endif endif
node_modules: yarn.lock node_modules: yarn.lock
yarn install --frozen-lockfile --network-timeout=100000 yarn install --check-files --frozen-lockfile --network-timeout=100000
yarn check --verify-tree --integrity
binaries/client: node_modules binaries/client: node_modules
yarn download:binaries yarn download:binaries