diff --git a/appcenter-post-clone.sh b/appcenter-post-clone.sh index 40910f6f7..4cc4e4216 100644 --- a/appcenter-post-clone.sh +++ b/appcenter-post-clone.sh @@ -2,6 +2,8 @@ printf "post-clone.sh\n" +node -v + # please specify required Node.js version NODE_VERSION=8.12.0 @@ -9,4 +11,8 @@ NODE_VERSION=8.12.0 npm config delete prefix . ~/.bashrc nvm install "$NODE_VERSION" -nvm alias node8 "$NODE_VERSION" \ No newline at end of file +nvm alias node8 "$NODE_VERSION" + +node -v + +printf "end of post-clone.sh\n" \ No newline at end of file