mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 13:22:02 +03:00
Fix for ios build
This commit is contained in:
parent
79a33c86f0
commit
0d84c4268d
@ -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
|
# # please specify required Node.js version
|
||||||
NODE_VERSION=8.16.0
|
# NODE_VERSION=8.16.0
|
||||||
|
|
||||||
# workaround to override the v8 alias
|
# # workaround to override the v8 alias
|
||||||
npm config delete prefix
|
# npm config delete prefix
|
||||||
. ~/.bashrc
|
# . ~/.bashrc
|
||||||
nvm install "$NODE_VERSION"
|
# nvm install "$NODE_VERSION"
|
||||||
nvm alias node8 "$NODE_VERSION"
|
# nvm alias node8 "$NODE_VERSION"
|
||||||
nvm alias default v8.16.0
|
# nvm alias default v8.16.0
|
||||||
node -v
|
# node -v
|
||||||
|
|
||||||
printf "end of post-clone.sh\n"
|
# printf "end of post-clone.sh\n"
|
Loading…
Reference in New Issue
Block a user