Skip to content

Commit 72d2d21

Browse files
committed
Don't verify source maps for data package build
1 parent e64d778 commit 72d2d21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,7 @@ module.exports = function(grunt) {
16631663
grunt.registerTask( 'verify:source-maps', function() {
16641664
const ignoredFiles = [
16651665
'build/wp-includes/js/dist/components.js',
1666+
'build/wp-includes/js/dist/data.js',
16661667
];
16671668
const files = buildFiles.reduce( ( acc, path ) => {
16681669
// Skip excluded paths and any path that isn't a file.

0 commit comments

Comments
 (0)