mirror of
https://github.com/gchq/CyberChef
synced 2026-01-07 19:13:24 +00:00
remove extra step from grunt test-node command
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user