From 7cb086d5c99518395826f29c7d2b7ae882f9f522 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 19 Mar 2022 17:17:20 +0200 Subject: [PATCH] fix typo --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 165433f3ed..b046fd3b1e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -23,9 +23,9 @@ * * `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 +* * `grunt release` - full build plus upgrade packages` +* * `grunt test` - build for tests running +* * `grunt run-tests` - build and run unit and integration tests */ const fs = require('fs');