chore: move yarn install to update target (#15657)

This commit is contained in:
Igor Sirotin 2024-07-18 16:36:11 +01:00 committed by GitHub
parent 4341cfb4d2
commit 9a16ae40bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -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)