Skip to content

Commit

Permalink
feat: add make command to update deps for ci
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Apr 24, 2024
1 parent f3d6c47 commit d9ec31f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d9ec31f

Please sign in to comment.