mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Set build version before building extensions (#3001)
This commit is contained in:
parent
4a4f5e6d26
commit
8e244db1a3
3
Makefile
3
Makefile
@ -68,8 +68,9 @@ integration-win: binaries/client build-extension-types build-extensions
|
||||
yarn integration
|
||||
|
||||
.PHONY: build
|
||||
build: node_modules binaries/client build-extensions
|
||||
build: node_modules binaries/client
|
||||
yarn run npm:fix-build-version
|
||||
$(MAKE) 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