post-clone-script

This commit is contained in:
Feruz 2018-12-16 20:21:24 +02:00
parent 006e6c4df4
commit d11b8ec717

10
appcenter-post-clone.sh Normal file
View 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"