remove extra step from grunt test-node command
This commit is contained in:
parent
9e2aac0696
commit
656cf32753
@ -42,7 +42,7 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
grunt.registerTask("test-node",
|
grunt.registerTask("test-node",
|
||||||
"Run all the node tests in the tests directory",
|
"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",
|
grunt.registerTask("docs",
|
||||||
"Compiles documentation in the /docs directory.",
|
"Compiles documentation in the /docs directory.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user