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
|
||||
dev: binaries/client
|
||||
rm -rf static/build/
|
||||
yarn run build:tray-icons
|
||||
yarn run generate-tray-icons
|
||||
yarn dev
|
||||
|
||||
.PHONY: lint
|
||||
@ -51,7 +51,7 @@ integration: build
|
||||
.PHONY: build-impl
|
||||
build-impl:
|
||||
yarn run download:binaries
|
||||
yarn run build:tray-icons
|
||||
yarn run generate-tray-icons
|
||||
yarn run compile
|
||||
ifeq "$(DETECTED_OS)" "Windows"
|
||||
# https://github.com/ukoloff/win-ca#clear-pem-folder-on-publish
|
||||
|
||||
Loading…
Reference in New Issue
Block a user