From f876910b03b85253562837489b134419a4dc838a Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Thu, 16 Apr 2020 14:35:14 +0800 Subject: [PATCH] add cli publish --- publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.sh b/publish.sh index 82beac18..406f8127 100644 --- a/publish.sh +++ b/publish.sh @@ -45,6 +45,8 @@ git tag ${CURRENT_VERSION} git push git push --tags +echo "Publish CLI" +cd $CURRENT_DIR/doric-cli && npm publish echo "Publish JS" cd $CURRENT_DIR/doric-js && npm publish