fix grunt

This commit is contained in:
Yuri Kuznetsov
2021-06-24 11:49:48 +03:00
parent 2dc0a6bc95
commit 70f2d82963
+1
View File
@@ -409,6 +409,7 @@ module.exports = grunt => {
grunt.registerTask('test', [
'composer-install-dev',
'npm-install',
'offline',
]);
};