diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-28 14:51:14 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-08-28 14:51:14 -0400 |
commit | 44bf39b5b04c4670ddba9f52f5e3b8afb1b9e8b2 (patch) | |
tree | 0e951b2f9371871f1d409e98119c21229567b9b0 /scripts | |
parent | f676c716d0a53b9cfcf54b8deb6f50ddd0f49610 (diff) | |
download | qtlocation-mapboxgl-44bf39b5b04c4670ddba9f52f5e3b8afb1b9e8b2.tar.gz |
use NODE_VERSION
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/node/run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/node/run.sh b/scripts/node/run.sh index 232823f034..8e543fecfc 100755 --- a/scripts/node/run.sh +++ b/scripts/node/run.sh @@ -11,6 +11,9 @@ BUILDTYPE=${BUILDTYPE:-Release} # Build ################################################################################ +. ~/.nvm/nvm.sh +nvm use $NODE_VERSION + mapbox_time "checkout_styles" \ git submodule update --init styles |