mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Set build version before building extensions
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
434e5ff635
commit
3a3306152e
7
Makefile
7
Makefile
@ -67,9 +67,12 @@ integration-win: binaries/client build-extension-types build-extensions
|
||||
yarn build:win
|
||||
yarn integration
|
||||
|
||||
.PHONY: build
|
||||
build: node_modules binaries/client build-extensions
|
||||
.PHONY: fix-build-version
|
||||
fix-build-version:
|
||||
yarn run npm:fix-build-version
|
||||
|
||||
.PHONY: build
|
||||
build: node_modules binaries/client fix-build-version build-extensions
|
||||
yarn run compile
|
||||
ifeq "$(DETECTED_OS)" "Windows"
|
||||
yarn run electron-builder --publish onTag --x64 --ia32
|
||||
|
||||
Loading…
Reference in New Issue
Block a user