We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a4150 commit 35b6049Copy full SHA for 35b6049
1 file changed
Gruntfile.js
@@ -372,6 +372,7 @@ module.exports = function (grunt) {
372
"echo '\n--- Regenerating config files. ---'",
373
"echo [] > src/core/config/OperationConfig.json",
374
`node ${nodeFlags} src/core/config/scripts/generateOpsIndex.mjs`,
375
+ "echo '\n--- generateConfig ---\n'",
376
`node ${nodeFlags} src/core/config/scripts/generateConfig.mjs`,
377
"echo '--- Config scripts finished. ---\n'"
378
]),
0 commit comments