mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-26 19:41:34 +00:00
Making sure that versions are backed up when running tests.
This commit is contained in:
@@ -9,5 +9,8 @@
|
||||
for SRC in v* src alias; do
|
||||
[ -e "$SRC" ] && mv "$SRC" bak
|
||||
done
|
||||
if [ -d versions ]; then
|
||||
mv versions bak
|
||||
fi
|
||||
true
|
||||
)
|
||||
|
Reference in New Issue
Block a user