remove extra step from grunt test-node command

This commit is contained in:
d98762625 2019-03-20 16:41:44 +00:00
parent 9e2aac0696
commit 656cf32753
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ module.exports = function (grunt) {
grunt.registerTask("test-node",
"Run all the node tests in the tests directory",
["clean", "exec:generateConfig", "exec:generateNodeIndex", "exec:generateConfig", "exec:nodeTests"]);
["clean", "exec:generateConfig", "exec:generateNodeIndex", "exec:nodeTests"]);
grunt.registerTask("docs",
"Compiles documentation in the /docs directory.",