From a143711cdbc39db6d1469bd6940932571579dba2 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 9 Sep 2022 01:09:00 +0200 Subject: [PATCH] Update node_package.sh --- scripts/ci/node_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/node_package.sh b/scripts/ci/node_package.sh index d2728e287..74af9bbbe 100755 --- a/scripts/ci/node_package.sh +++ b/scripts/ci/node_package.sh @@ -8,8 +8,8 @@ which node node -v #if [[ ${PUBLISH} == 'On' ]]; then - echo "PUBLISH is set to '${PUBLISH}', publishing!" - NPM_FLAGS='' + #echo "PUBLISH is set to '${PUBLISH}', publishing!" + NPM_FLAGS='' if [[ ${BUILD_TYPE} == "Debug" ]]; then NPM_FLAGS='--debug' fi