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:
parent
7fe48881d4
commit
7b9dea4a1d
6
Makefile
6
Makefile
@ -13,7 +13,7 @@ compile-dev:
|
|||||||
yarn compile:main --cache
|
yarn compile:main --cache
|
||||||
yarn compile:renderer --cache
|
yarn compile:renderer --cache
|
||||||
|
|
||||||
dev: app-deps compile-dev
|
dev: install-deps compile-dev
|
||||||
yarn dev # run electron and watch files
|
yarn dev # run electron and watch files
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
@ -41,10 +41,10 @@ lint:
|
|||||||
test-app:
|
test-app:
|
||||||
yarn test
|
yarn test
|
||||||
|
|
||||||
app-deps:
|
install-deps:
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
|
|
||||||
build: app-deps
|
build: install-deps
|
||||||
yarn install
|
yarn install
|
||||||
ifeq "$(DETECTED_OS)" "Windows"
|
ifeq "$(DETECTED_OS)" "Windows"
|
||||||
yarn dist:win
|
yarn dist:win
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user