From 7dc08c060f5b5bdd7a437cfec3fd564a856ba60a Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Tue, 3 Sep 2024 10:00:30 -0700 Subject: [PATCH] chore: remove reference to deprecated frontend-lib-content-components repo (#209) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b20a734d..72529f4d 100644 --- a/Makefile +++ b/Makefile @@ -37,11 +37,10 @@ pull_translations: 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-lib-content-components frontend-platform frontend-app-communications + $(intl_imports) frontend-component-header frontend-component-footer paragon frontend-platform frontend-app-communications # This target is used by Travis. validate-no-uncommitted-package-lock-changes: