Skip to content

Commit

Permalink
fix: add missing make command
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed May 8, 2024
1 parent 22be6c6 commit a643a12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,13 @@ ci/deps/install:
## update deps for CI environment
ci/deps/update:
@echo "Nothing do be done"

.PHONY: ci/package/prepare
## prepare for publich
ci/package/prepare:
@echo "Nothing do be done"

.PHONY: ci/package/publish
## publich packages
ci/package/publish:
@echo "Nothing do be done"

0 comments on commit a643a12

Please sign in to comment.