mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Build/Test tools: Add "apply" as alias for "patch"
The command applies a patch, so apply makes just as much sense. Additionally, this is to help translate dev tools into Australian. Props netweb. Fixes #38724. git-svn-id: https://develop.svn.wordpress.org/trunk@39195 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
208998a9d5
commit
8b464c7140
@ -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']);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user