Update node_package.sh
This commit is contained in:
parent
fa1c4bba0c
commit
a143711cdb
@ -8,7 +8,7 @@ which node
|
|||||||
node -v
|
node -v
|
||||||
|
|
||||||
#if [[ ${PUBLISH} == 'On' ]]; then
|
#if [[ ${PUBLISH} == 'On' ]]; then
|
||||||
echo "PUBLISH is set to '${PUBLISH}', publishing!"
|
#echo "PUBLISH is set to '${PUBLISH}', publishing!"
|
||||||
NPM_FLAGS=''
|
NPM_FLAGS=''
|
||||||
if [[ ${BUILD_TYPE} == "Debug" ]]; then
|
if [[ ${BUILD_TYPE} == "Debug" ]]; then
|
||||||
NPM_FLAGS='--debug'
|
NPM_FLAGS='--debug'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user