From 1694407e0d8d5429a5ac88423e6b381bbeab293b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 14 Apr 2016 15:38:40 +0000 Subject: [PATCH] Build Tools: Don't run the `build` task twice in `grunt prerelease` (it already runs via the `precommit:js` task). Props netweb. Fixes #36489. git-svn-id: https://develop.svn.wordpress.org/trunk@37206 602fd350-edb4-49c9-b593-d223f7449a82 --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 13ed2fa5cc..d4a2271307 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -769,8 +769,7 @@ module.exports = function(grunt) { 'precommit:php', 'precommit:js', 'precommit:css', - 'precommit:base', - 'build' + 'precommit:base' ] ); // Testing tasks.