Skip to content

Commit 67e0f6d

Browse files
committed
CI guard
1 parent db7ed20 commit 67e0f6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/cli/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ is_nested_install_dir() {
237237
prompt_remove_previous_install_dir() {
238238
local old_dir="$1"
239239
[ -n "$old_dir" ] || return 0
240+
[ -z "${CI:-}" ] || return 0
240241
[ -e /dev/tty ] && [ -t 1 ] || return 0
241242

242243
echo "" > /dev/tty

0 commit comments

Comments
 (0)