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:
parent
75c005893b
commit
ea6d9ce948
3
Makefile
3
Makefile
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user