Skip to content

Commit

Permalink
More CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav committed Jan 23, 2025
1 parent 7870e0c commit 802b19c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@
puts File.read('package.json')
puts "==================\n"

puts "Testing direct bun:"
output, _ = capture("#{Bundlebun::Runner.binstub_or_binary_path} run --bun build:css")
puts output
puts "=== build_command:"
puts Bundlebun::Integrations::Cssbundling::Tasks.build_command

output, status = capture("bundle exec rake css:build")
puts output
expect(status).to be_success
Expand Down

0 comments on commit 802b19c

Please sign in to comment.