Skip to content

Commit ae3af7f

Browse files
committed
Build: Don't call DB's grunt-prepare task, not needed anymore
1 parent bd211df commit ae3af7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/release/release.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ function cloneRepo() {
7272
if ( exec( "npm install download.jqueryui.com" ).code !== 0 ) {
7373
abort( "Error installing dependencies." );
7474
}
75-
if ( exec( "cd node_modules/download.jqueryui.com && grunt prepare" ).code !== 0 ) {
76-
abort( "Error installing dependencies." );
77-
}
7875
}
7976
echo();
8077
}

0 commit comments

Comments
 (0)