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:
parent
3d6b45fd61
commit
4082b08699
3
Makefile
3
Makefile
@ -15,7 +15,8 @@ download-bins:
|
|||||||
yarn download-bins
|
yarn download-bins
|
||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile --verbose
|
||||||
|
yarn check --verify-tree --integrity
|
||||||
|
|
||||||
compile-dev:
|
compile-dev:
|
||||||
yarn compile:main --cache
|
yarn compile:main --cache
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user