Skip to content

Commit 6c31160

Browse files
committed
Show log vite command
1 parent 57bddf8 commit 6c31160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vite_ruby/lib/vite_ruby/runner.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ def initialize(vite_ruby)
1010
def run(argv, exec: false)
1111
config.within_root {
1212
cmd = command_for(argv)
13+
14+
puts "Running: #{ cmd.join(' ') }"
1315
return Kernel.exec(*cmd) if exec
1416

1517
log_or_noop = ->(line) { logger.info('vite') { line } } unless config.hide_build_console_output

0 commit comments

Comments
 (0)