Skip to content

Commit

Permalink
automate tasks to decidim:upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Mar 27, 2024
1 parent c4f6a22 commit 363aa15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tasks/decidim_participatory_documents.rake
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ end
Rake::Task["decidim:webpacker:upgrade"].enhance do
Rake::Task["decidim_participatory_documents:install_pdf_js"].invoke
end

Rake::Task["decidim:choose_target_plugins"].enhance do
ENV["FROM"] = "#{ENV.fetch("FROM", nil)},decidim_participatory_documents"
end

0 comments on commit 363aa15

Please sign in to comment.