Skip to content

Commit

Permalink
Merge pull request #2942 from projectblacklight/compilejs
Browse files Browse the repository at this point in the history
Compile javascript for jsbundling-rails tests
  • Loading branch information
corylown committed Dec 14, 2022
2 parents bb1d1c9 + b8ea563 commit 9a8ed7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/blacklight.rake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ desc "Run test suite"
task :ci do
with_solr do
Rake::Task['blacklight:internal:seed'].invoke
within_test_app do
# Precompiles the javascript
system "bin/rake spec:prepare"
end
Rake::Task['blacklight:coverage'].invoke
end
end
Expand Down

0 comments on commit 9a8ed7f

Please sign in to comment.