Skip to content

Commit 1fce545

Browse files
devversiontinayuangao
authored andcommitted
build: missing cdk release output (angular#4811)
For the publish artifacts script the CDK release output didn't build. The CDK release output is necessary since it will be also published to cdk-builds.
1 parent 97d69fb commit 1fce545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci/publish-artifacts.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ echo "Starting to publish the build artifacts and docs content..."
1515
echo ""
1616

1717
# Build Material, CDK and the docs before publishing artifacts
18-
$(npm bin)/gulp material:build-release:clean
18+
$(npm bin)/gulp cdk:build-release:clean
19+
$(npm bin)/gulp material:build-release
1920
$(npm bin)/gulp material-examples:build-release
2021
$(npm bin)/gulp docs
2122

0 commit comments

Comments
 (0)