Skip to content

Commit

Permalink
Don't verify source maps for data package build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Feb 5, 2025
1 parent e64d778 commit 72d2d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,7 @@ module.exports = function(grunt) {
grunt.registerTask( 'verify:source-maps', function() {
const ignoredFiles = [
'build/wp-includes/js/dist/components.js',
'build/wp-includes/js/dist/data.js',
];
const files = buildFiles.reduce( ( acc, path ) => {
// Skip excluded paths and any path that isn't a file.
Expand Down

0 comments on commit 72d2d21

Please sign in to comment.