Skip to content

Commit 9b0c8b7

Browse files
committed
Release: Build themes and CDN zips.
1 parent 7882bf4 commit 9b0c8b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/release/release.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ function cloneRepo() {
6464
if ( exec( "npm install" ).code !== 0 ) {
6565
abort( "Error installing dependencies." );
6666
}
67+
if ( exec( "npm install download.jqueryui.com" ).code !== 0 ) {
68+
abort( "Error installing dependencies." );
69+
}
6770
echo();
6871
}
6972

@@ -145,8 +148,7 @@ function buildRelease() {
145148
echo();
146149

147150
echo( "Building release..." );
148-
// TODO: Build themes
149-
if ( exec( "grunt release" ).code !== 0 ) {
151+
if ( exec( "grunt release_cdn" ).code !== 0 ) {
150152
abort( "Error building release." );
151153
}
152154
echo();

0 commit comments

Comments
 (0)