From 5479af44ef82242c9d7f54958bc24fd39303751e Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 9 Jun 2021 09:53:26 -0400 Subject: [PATCH] Fix in the case of multiple jobs Signed-off-by: Sebastian Malton --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5ddc9a0173..8397f0a365 100644 --- a/Makefile +++ b/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