mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Making sure that versions are backed up when running tests.
This commit is contained in:
parent
0a695c5d2a
commit
65c2435418
@ -9,5 +9,8 @@
|
|||||||
for SRC in v* src alias; do
|
for SRC in v* src alias; do
|
||||||
[ -e "$SRC" ] && mv "$SRC" bak
|
[ -e "$SRC" ] && mv "$SRC" bak
|
||||||
done
|
done
|
||||||
|
if [ -d versions ]; then
|
||||||
|
mv versions bak
|
||||||
|
fi
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user