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

fix build pipeline (makefile renamed command: app-deps (master) -> install-deps)

This commit is contained in:
Roman 2020-06-26 13:52:36 +03:00
parent 7fe48881d4
commit 7b9dea4a1d

View File

@ -13,7 +13,7 @@ compile-dev:
yarn compile:main --cache
yarn compile:renderer --cache
dev: app-deps compile-dev
dev: install-deps compile-dev
yarn dev # run electron and watch files
lint:
@ -41,10 +41,10 @@ lint:
test-app:
yarn test
app-deps:
install-deps:
yarn install --frozen-lockfile
build: app-deps
build: install-deps
yarn install
ifeq "$(DETECTED_OS)" "Windows"
yarn dist:win