From 49df7ff7ab9198f6266675d63b0f834339ed834e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 4 May 2022 01:02:25 +0800 Subject: [PATCH] 1 --- scripts/publish_nodejs/boundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/publish_nodejs/boundle.sh b/scripts/publish_nodejs/boundle.sh index 4861e6d..28d3b6a 100644 --- a/scripts/publish_nodejs/boundle.sh +++ b/scripts/publish_nodejs/boundle.sh @@ -3,6 +3,7 @@ source ./common.sh cd ${SOURCE_PATH} ${PRE_COMPILE_CMD} npm install +${POST_COMPILE_CMD} cd ../../../../ tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`