Skip to content

Commit

Permalink
Switched the cache:rebuild order when updating translations
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima authored Sep 21, 2023
1 parent 23c6dfc commit f4cf2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/project/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ drush-locale-update: ## Update translations.
$(call step,Update translations...)
$(call drush,state:set locale.translation_last_checked 0)
$(call drush,locale:check)
$(call drush,locale:update)
$(call drush,cr)
$(call drush,locale:update)
$(call step,Import custom translations...)
$(call drush,helfi:locale-import helfi_platform_config)

0 comments on commit f4cf2f6

Please sign in to comment.