Always print node version
This commit is contained in:
parent
c19a3cec1c
commit
ee24473cbb
@ -3,6 +3,10 @@
|
|||||||
set -eu
|
set -eu
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
echo "node version is:"
|
||||||
|
which node
|
||||||
|
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=''
|
||||||
@ -10,10 +14,6 @@ if [[ ${PUBLISH} == 'On' ]]; then
|
|||||||
NPM_FLAGS='--debug'
|
NPM_FLAGS='--debug'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "node version is:"
|
|
||||||
which node
|
|
||||||
node -v
|
|
||||||
|
|
||||||
echo "dumping binary meta..."
|
echo "dumping binary meta..."
|
||||||
./node_modules/.bin/node-pre-gyp reveal $NPM_FLAGS
|
./node_modules/.bin/node-pre-gyp reveal $NPM_FLAGS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user