Skip to content

Commit cde5cca

Browse files
committed
build: fix snapshots job
The snapshots job was failing because we don't have a builds repo for Angular ARIA yet.
1 parent 82cd076 commit cde5cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy/publish-build-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
# Release packages that need to published as snapshots.
1919
PACKAGES=(
20-
aria
20+
# aria TODO(crisbeto): enable this once there's a builds repo for ARIA
2121
cdk
2222
cdk-experimental
2323
material

0 commit comments

Comments
 (0)