mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-23 08:27:30 +03:00
post-clone-script
This commit is contained in:
parent
006e6c4df4
commit
d11b8ec717
10
appcenter-post-clone.sh
Normal file
10
appcenter-post-clone.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# please specify required Node.js version
|
||||
NODE_VERSION=8.12.0
|
||||
|
||||
# workaround to override the v8 alias
|
||||
npm config delete prefix
|
||||
. ~/.bashrc
|
||||
nvm install "$NODE_VERSION"
|
||||
nvm alias node8 "$NODE_VERSION"
|
Loading…
Reference in New Issue
Block a user