From 6e4ae9d97656a8b268a9d9c341a134a69e32185a Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Tue, 9 Jan 2024 19:51:56 +0300 Subject: [PATCH] feat: add ATLAS_OPTIONS and lib-components and frontend-platform deps (#187) --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8cb4d6c..b20a734 100644 --- a/Makefile +++ b/Makefile @@ -33,13 +33,15 @@ pull_translations: rm -rf src/i18n/messages mkdir src/i18n/messages cd src/i18n/messages \ - && atlas pull \ + && atlas pull $(ATLAS_OPTIONS) \ translations/frontend-component-header/src/i18n/messages:frontend-component-header \ translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ translations/paragon/src/i18n/messages:paragon \ + translations/frontend-lib-content-components/src/i18n/messages:frontend-lib-content-components \ + translations/frontend-platform/src/i18n/messages:frontend-platform \ translations/frontend-app-communications/src/i18n/messages:frontend-app-communications - $(intl_imports) frontend-component-header frontend-component-footer paragon frontend-app-communications + $(intl_imports) frontend-component-header frontend-component-footer paragon frontend-lib-content-components frontend-platform frontend-app-communications # This target is used by Travis. validate-no-uncommitted-package-lock-changes: