From 8e244db1a3bcf2d0a53cf2ec3fffebfbd422bfbf Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 9 Jun 2021 19:57:04 -0400 Subject: [PATCH] Set build version before building extensions (#3001) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fba4e9b98e..f2c9d0eb13 100644 --- a/Makefile +++ b/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