From d9ec31fdc50af2839b6e06251e1c2f6cdcd1d731 Mon Sep 17 00:00:00 2001 From: hlts2 Date: Wed, 24 Apr 2024 17:57:04 +0900 Subject: [PATCH] feat: add make command to update deps for ci Signed-off-by: hlts2 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 74229bb..3b4af97 100755 --- a/Makefile +++ b/Makefile @@ -249,6 +249,11 @@ proto/deps: \ ci/deps/install: npm install +.PHONY: ci/deps/update +## update deps for CI environment +ci/deps/update: + @echo "Nothing to be done" + .PHONY: ci/test ## Execute test for CI environment ci/test: