From 052ea72e87bc12d3a7282c003a016f65763e182c Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 9 Jun 2021 16:07:26 +0300 Subject: [PATCH] fix comment --- Gruntfile.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 91c214af9a..9e58bac406 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,14 +19,14 @@ * along with EspoCRM. If not, see http://www.gnu.org/licenses/. ************************************************************************/ - /** - * * `grunt` - full build - * * `grunt dev` - build only items needed for development (takes less time) - * * `grunt offline` - build but skip *composer install* - * * `grant release` - full build plus upgrade packages` - * * `grant test` - build for test running - * * `grant run-tests` - build and run unit and integratino tests - */ +/** +* * `grunt` - full build +* * `grunt dev` - build only items needed for development (takes less time) +* * `grunt offline` - build but skip *composer install* +* * `grant release` - full build plus upgrade packages` +* * `grant test` - build for tests running +* * `grant run-tests` - build and run unit and integration tests +*/ module.exports = function (grunt) {