chore: move yarn install to update target (#15657)
This commit is contained in:
parent
4341cfb4d2
commit
9a16ae40bf
6
Makefile
6
Makefile
|
@ -148,6 +148,10 @@ endif
|
||||||
deps: | check-qt-dir deps-common bottles
|
deps: | check-qt-dir deps-common bottles
|
||||||
|
|
||||||
update: | check-qt-dir update-common
|
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 ?= false
|
||||||
QML_DEBUG_PORT ?= 49152
|
QML_DEBUG_PORT ?= 49152
|
||||||
|
@ -563,8 +567,6 @@ ifeq ($(detected_OS),Darwin)
|
||||||
libkeycard.dylib \
|
libkeycard.dylib \
|
||||||
@rpath/libkeycard.dylib \
|
@rpath/libkeycard.dylib \
|
||||||
bin/nim_status_client
|
bin/nim_status_client
|
||||||
# Install or update package.json files
|
|
||||||
yarn install --check-files
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
nim_status_client: force-rebuild-status-go $(NIM_STATUS_CLIENT)
|
nim_status_client: force-rebuild-status-go $(NIM_STATUS_CLIENT)
|
||||||
|
|
Loading…
Reference in New Issue