mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 09:16:17 -04:00
re-add translateTo call to chef export
This commit is contained in:
parent
336810cbf4
commit
6db9521419
2 changed files with 5 additions and 14 deletions
10
Gruntfile.js
10
Gruntfile.js
|
@ -388,16 +388,6 @@ module.exports = function (grunt) {
|
|||
"echo '--- Config scripts finished. ---\n'"
|
||||
].join(";")
|
||||
},
|
||||
generateNodeIndex: {
|
||||
command: [
|
||||
"echo '\n--- Regenerating node index ---'",
|
||||
"mkdir -p src/core/config/modules",
|
||||
"echo 'export default {};\n' > src/core/config/modules/OpModules.mjs",
|
||||
"echo '[]\n' > src/core/config/OperationConfig.json",
|
||||
"node --experimental-modules src/core/config/scripts/generateNodeIndex.mjs",
|
||||
"echo '--- Node index finished. ---\n'"
|
||||
].join(";"),
|
||||
},
|
||||
tests: {
|
||||
command: "node --experimental-modules test/index.mjs"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue