diff --git a/Gruntfile.js b/Gruntfile.js index eae8afaf9f..5a9317c12d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -838,6 +838,9 @@ module.exports = function(grunt) { // Patch task. grunt.renameTask('patch_wordpress', 'patch'); + // Add an alias `apply` of the `patch` task name. + grunt.registerTask('apply', 'patch'); + // Default task. grunt.registerTask('default', ['build']);