DEV: Precompile the transpiler before `themes:update` (#23997)

This commit is contained in:
Jarek Radosz 2023-10-19 01:00:23 +02:00 committed by GitHub
parent 75c9635d8b
commit 16d16c8969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def update_themes
end
desc "Update themes & theme components"
task "themes:update" => :environment do
task "themes:update": %w[environment assets:precompile:theme_transpiler] do
if ENV["RAILS_DB"].present?
update_themes
else