From 3a3306152e450942086b885e70ce5f3a88bf5303 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 8 Jun 2021 22:08:39 -0400 Subject: [PATCH] Set build version before building extensions Signed-off-by: Sebastian Malton --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fba4e9b98e..5ddc9a0173 100644 --- a/Makefile +++ b/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