Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/deploy/publish-build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
Loading