mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix in the case of multiple jobs
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
3a3306152e
commit
5479af44ef
8
Makefile
8
Makefile
@ -67,12 +67,10 @@ integration-win: binaries/client build-extension-types build-extensions
|
||||
yarn build:win
|
||||
yarn integration
|
||||
|
||||
.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
|
||||
build: node_modules binaries/client
|
||||
yarn run npm:fix-build-version
|
||||
make build-extensions --jobs=4
|
||||
yarn run compile
|
||||
ifeq "$(DETECTED_OS)" "Windows"
|
||||
yarn run electron-builder --publish onTag --x64 --ia32
|
||||
|
||||
Loading…
Reference in New Issue
Block a user