Skip to content

Commit 2619a7e

Browse files
committed
Ensure clean:gutenberg runs prior to building.
1 parent db90b71 commit 2619a7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2159,6 +2159,7 @@ module.exports = function(grunt) {
21592159
} );
21602160

21612161
grunt.registerTask( 'build:gutenberg', [
2162+
'clean:gutenberg',
21622163
'copy:gutenberg-php',
21632164
'routes:setup',
21642165
'copy:routes',

0 commit comments

Comments
 (0)