Build/Test Tools: Revert accidental change to Gruntfile.js

This is a follow-up to r56926.

See #59517.

git-svn-id: https://develop.svn.wordpress.org/trunk@56927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2023-10-13 08:13:58 +00:00
parent 5a838d1bb7
commit 64190e8c3e

View File

@ -80,7 +80,7 @@ module.exports = function(grunt) {
}
// First do `npm install` if package.json has changed.
// installChanged.watchPackage();
installChanged.watchPackage();
// Load tasks.
require('matchdep').filterDev(['grunt-*', '!grunt-legacy-util']).forEach( grunt.loadNpmTasks );