We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e335de2 commit 6434c6fCopy full SHA for 6434c6f
tasks/blacklight.rake
@@ -47,8 +47,8 @@ task ci: ['build:npm'] do
47
with_solr do
48
Rake::Task['blacklight:internal:seed'].invoke
49
within_test_app do
50
- # Precompiles the javascript
51
- system "bin/rake spec:prepare"
+ # Precompiles the assets
+ system "bin/rake assets:precompile" # Required due to https://github.com/rails/propshaft/issues/211
52
end
53
Rake::Task['blacklight:coverage'].invoke
54
0 commit comments