From 70f2d82963608afae4217c0b646a1c1ee50f2e54 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 24 Jun 2021 11:49:48 +0300 Subject: [PATCH] fix grunt --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 710f4b85c0..7880d2d4ab 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -409,6 +409,7 @@ module.exports = grunt => { grunt.registerTask('test', [ 'composer-install-dev', + 'npm-install', 'offline', ]); };