From b94810b53dbe81d609bf5f859bd7e77214d38963 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 15 Apr 2022 00:54:11 +0800 Subject: [PATCH] 1 --- scripts/publish_nodejs/boundle.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/publish_nodejs/boundle.sh b/scripts/publish_nodejs/boundle.sh index 17bbff0..4861e6d 100644 --- a/scripts/publish_nodejs/boundle.sh +++ b/scripts/publish_nodejs/boundle.sh @@ -1,5 +1,10 @@ source ./common.sh +cd ${SOURCE_PATH} +${PRE_COMPILE_CMD} +npm install +cd ../../../../ + tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'` dir_name=`basename $PWD` package_name=${dir_name}.tar.gz