From 0d84c4268d5c206150af585f584fa06122d0bd9e Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Sat, 12 Oct 2019 23:32:59 +0300 Subject: [PATCH] Fix for ios build --- appcenter-post-clone.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/appcenter-post-clone.sh b/appcenter-post-clone.sh index 164bd9772..fc5c30ba5 100644 --- a/appcenter-post-clone.sh +++ b/appcenter-post-clone.sh @@ -1,18 +1,18 @@ -#!/usr/bin/env bash +# #!/usr/bin/env bash -printf "post-clone.sh\n" +# printf "post-clone.sh\n" -node -v +# node -v -# please specify required Node.js version -NODE_VERSION=8.16.0 +# # please specify required Node.js version +# NODE_VERSION=8.16.0 -# workaround to override the v8 alias -npm config delete prefix -. ~/.bashrc -nvm install "$NODE_VERSION" -nvm alias node8 "$NODE_VERSION" -nvm alias default v8.16.0 -node -v +# # workaround to override the v8 alias +# npm config delete prefix +# . ~/.bashrc +# nvm install "$NODE_VERSION" +# nvm alias node8 "$NODE_VERSION" +# nvm alias default v8.16.0 +# node -v -printf "end of post-clone.sh\n" \ No newline at end of file +# printf "end of post-clone.sh\n" \ No newline at end of file