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'`