From 4fc1a87eadbe84e930b81d245cc72b85d81dcfc2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 10 Jun 2021 09:20:53 +0300 Subject: [PATCH] fix --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1413eb1935..fd460fa633 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -317,7 +317,7 @@ module.exports = function (grunt) { }); grunt.registerTask("composer", function() { - cp.execSync("omposer install --no-dev", {stdio: 'ignore'}); + cp.execSync("composer install --no-dev", {stdio: 'ignore'}); }); grunt.registerTask("composer-dev", function() {