Skip to content

Commit

Permalink
debug generateConfig script fail on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
d98762625 committed May 27, 2020
1 parent 42a4150 commit 35b6049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ module.exports = function (grunt) {
"echo '\n--- Regenerating config files. ---'",
"echo [] > src/core/config/OperationConfig.json",
`node ${nodeFlags} src/core/config/scripts/generateOpsIndex.mjs`,
"echo '\n--- generateConfig ---\n'",
`node ${nodeFlags} src/core/config/scripts/generateConfig.mjs`,
"echo '--- Config scripts finished. ---\n'"
]),
Expand Down

0 comments on commit 35b6049

Please sign in to comment.