mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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
This commit is contained in:
@@ -769,8 +769,7 @@ module.exports = function(grunt) {
|
||||
'precommit:php',
|
||||
'precommit:js',
|
||||
'precommit:css',
|
||||
'precommit:base',
|
||||
'build'
|
||||
'precommit:base'
|
||||
] );
|
||||
|
||||
// Testing tasks.
|
||||
|
||||
Reference in New Issue
Block a user