From 136acf82bf04f5d52df6577e02aeb138616c0fd5 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 27 Oct 2025 21:11:26 +0000 Subject: [PATCH] ci: enable aria, material-date-fns-adapter and marterial-luxon-adapter builds repos --- scripts/deploy/publish-build-artifacts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/deploy/publish-build-artifacts.sh b/scripts/deploy/publish-build-artifacts.sh index 770993e481a3..c8e4a1cb39a8 100755 --- a/scripts/deploy/publish-build-artifacts.sh +++ b/scripts/deploy/publish-build-artifacts.sh @@ -17,14 +17,14 @@ fi # Release packages that need to published as snapshots. PACKAGES=( - # aria TODO(crisbeto): enable this once there's a builds repo for ARIA + aria cdk cdk-experimental material material-experimental material-moment-adapter - # material-luxon-adapter TODO(crisbeto): enable this once we have a builds repo - # material-date-fns-adapter TODO(crisbeto): enable this once we have a builds repo + material-luxon-adapter + material-date-fns-adapter google-maps youtube-player )