mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
remove extra step from grunt test-node command
This commit is contained in:
parent
9e2aac0696
commit
656cf32753
1 changed files with 1 additions and 1 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue