Skip to content

Commit

Permalink
fix(script): upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Apr 26, 2024
1 parent 863fc03 commit e2797ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/utility__upgrade_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ drush migrate:import scuola_roles
drush migrate:import main_menu

echo -e "\n\n-- Aggiorno le configurazioni di prosis e skenografia -----------"
composer require ouitoulia/skenografia:^2 --no-cache

# Controllo se sono attivi alcuni moduli
if [ "$stato_leaflet_views" != "Enabled" ]; then
drush -y pm:install leaflet_views
Expand All @@ -115,7 +117,7 @@ echo -e "\n\n-- Aggiorno il database -----------------------------------------"
drush -y updb

echo -e "\n\n-- Aggiorno le librerie del tema --------------------------------"
composer require ouitoulia/skenografia-dist:^1 --no-cache
composer require ouitoulia/skenografia-dist:^2 --no-cache

# Cancello la cache
drush cr
Expand Down

0 comments on commit e2797ba

Please sign in to comment.