Skip to content

Commit

Permalink
Updated expect script
Browse files Browse the repository at this point in the history
  • Loading branch information
la-ruby committed Jun 11, 2024
1 parent 44d25e5 commit a358b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.exp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#! /usr/bin/env expect

set timeout 20
set timeout 60

spawn ./bin/rails stimulus_reflex:install
expect -exact "or type a different path."
send -- "\n"
expect "It looks like you're using esbuild as your bundler. Is that correct? (Y/n)"
send -- "y\n"
sleep 60
sleep 80
expect -re "Join over 2000 StimulusReflex developers on Discord(.*)"
expect eof

0 comments on commit a358b72

Please sign in to comment.