mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix build
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
12bd5063c4
commit
2f43d242c4
4
Makefile
4
Makefile
@ -29,7 +29,7 @@ ci-validate-dev: binaries/client compile-dev
|
|||||||
.PHONY: dev
|
.PHONY: dev
|
||||||
dev: binaries/client
|
dev: binaries/client
|
||||||
rm -rf static/build/
|
rm -rf static/build/
|
||||||
yarn run build:tray-icons
|
yarn run generate-tray-icons
|
||||||
yarn dev
|
yarn dev
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
@ -51,7 +51,7 @@ integration: build
|
|||||||
.PHONY: build-impl
|
.PHONY: build-impl
|
||||||
build-impl:
|
build-impl:
|
||||||
yarn run download:binaries
|
yarn run download:binaries
|
||||||
yarn run build:tray-icons
|
yarn run generate-tray-icons
|
||||||
yarn run compile
|
yarn run compile
|
||||||
ifeq "$(DETECTED_OS)" "Windows"
|
ifeq "$(DETECTED_OS)" "Windows"
|
||||||
# https://github.com/ukoloff/win-ca#clear-pem-folder-on-publish
|
# https://github.com/ukoloff/win-ca#clear-pem-folder-on-publish
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user