From 518a8e21c638cb1d061512059b8469f4b2ca779f Mon Sep 17 00:00:00 2001 From: Tejash Date: Thu, 15 Dec 2022 22:03:23 +0530 Subject: [PATCH] updated cli cmd to release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bac380372..3cb23c34d 100644 --- a/Makefile +++ b/Makefile @@ -94,6 +94,6 @@ release: test docker push dockerhub/sunbird-rc-context-proxy-service:$(RELEASE_VERSION) docker push dockerhub/sunbird-rc-nginx:latest docker push dockerhub/sunbird-rc-nginx:$(RELEASE_VERSION) - @cd tools/cli/ && yarn publish + @cd tools/cli/ && npm publish