Browse Source

Use repo dir for NVM_DIR so we don't mess with global nvm installations

yarn-lazy
Luke Childs 8 years ago
parent
commit
bf24f56434
  1. 1
      .gitignore
  2. 1
      tests/common.sh

1
.gitignore

@ -1,2 +1,3 @@
tests/.urchin.log
.nvm
previous_version

1
tests/common.sh

@ -1,5 +1,6 @@
export test_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
export repo_dir="$test_dir/.."
export NVM_DIR="$repo_dir/.nvm"
die () {
echo $@

Loading…
Cancel
Save