From 64190e8c3eb4e72fce95062ae266cbd8390def4a Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 13 Oct 2023 08:13:58 +0000 Subject: [PATCH] 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 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index e66f2c74d6..92feec5638 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 );