diff options
author | Greg Ziółkowski <gziolo@git.wordpress.org> | 2022-05-10 15:55:57 +0000 |
---|---|---|
committer | Greg Ziółkowski <gziolo@git.wordpress.org> | 2022-05-10 15:55:57 +0000 |
commit | 619693e75fad97f4b67bc4cf600902933d73587c (patch) | |
tree | 5cfa315de188ed2a9ded0e538f80855db08377c1 /Gruntfile.js | |
parent | 7912e9f6315824a39312142037dd93f26cfdf422 (diff) | |
download | wordpress-619693e75fad97f4b67bc4cf600902933d73587c.tar.gz wordpress-619693e75fad97f4b67bc4cf600902933d73587c.zip |
Editor: Update WordPress packages for 6.0 RC 2 (part 2)
Includes cherry-picked commit from the Gutenberg plugin that fix a bug discovere just before WordPress 6.0 RC 2.
Props hellofromtonya, zieladam, kebbet.
See #55567.
git-svn-id: https://develop.svn.wordpress.org/trunk@53378 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 2ff1b92bf6..a892ebb003 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1248,7 +1248,7 @@ module.exports = function(grunt) { grunt.task.run( 'wp-packages:refresh-deps' ); // Build the files stored in the src/ directory. - grunt.task.run( 'build:dev' ); + grunt.task.run( 'build' ); } ); grunt.renameTask( 'watch', '_watch' ); |