Update node_package.sh

This commit is contained in:
Siarhei Fedartsou 2022-09-09 01:09:00 +02:00 committed by GitHub
parent fa1c4bba0c
commit a143711cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ which node
node -v
#if [[ ${PUBLISH} == 'On' ]]; then
echo "PUBLISH is set to '${PUBLISH}', publishing!"
#echo "PUBLISH is set to '${PUBLISH}', publishing!"
NPM_FLAGS=''
if [[ ${BUILD_TYPE} == "Debug" ]]; then
NPM_FLAGS='--debug'