Skip to content

Commit a727f97

Browse files
devversionmmalerba
authored andcommitted
build: snapshot builds for moment-adapter (#6823)
* Publishes the artifacts of the material-moment-adapter on a per-commit basis.
1 parent a37aa6a commit a727f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy/publish-build-artifacts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ if [ -z ${MATERIAL2_BUILDS_TOKEN} ]; then
1616
fi
1717

1818
# Material packages that need to published.
19-
PACKAGES=(cdk material)
20-
REPOSITORIES=(cdk-builds material2-builds)
19+
PACKAGES=(cdk material material-moment-adapter)
20+
REPOSITORIES=(cdk-builds material2-builds material2-moment-adapter-builds)
2121

2222
# Command line arguments.
2323
COMMAND_ARGS=${*}

0 commit comments

Comments
 (0)