From 9a16ae40bf141184403d149e89961b97eacaf7ea Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Thu, 18 Jul 2024 16:36:11 +0100 Subject: [PATCH] chore: move yarn install to update target (#15657) --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 62f023acd0..af0084c6e7 100644 --- a/Makefile +++ b/Makefile @@ -148,6 +148,10 @@ endif deps: | check-qt-dir deps-common bottles update: | check-qt-dir update-common +ifeq ($(detected_OS),Darwin) + # Install or update package.json files + yarn install --check-files +endif QML_DEBUG ?= false QML_DEBUG_PORT ?= 49152 @@ -563,8 +567,6 @@ ifeq ($(detected_OS),Darwin) libkeycard.dylib \ @rpath/libkeycard.dylib \ bin/nim_status_client - # Install or update package.json files - yarn install --check-files endif nim_status_client: force-rebuild-status-go $(NIM_STATUS_CLIENT)