This commit is contained in:
Yuri Kuznetsov
2021-06-10 09:20:53 +03:00
parent 4b8e157098
commit 4fc1a87ead
+1 -1
View File
@@ -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() {