add yaml files to outFileList when --skip-generation is enabled

parent a656d150
......@@ -199,8 +199,8 @@ package object generatorTools {
if (spec.yamlOutFolder.isDefined) {
if (!spec.skipGeneration) {
createFolder("YAML", spec.yamlOutFolder.get)
new YamlGenerator(spec).generate(idl)
}
new YamlGenerator(spec).generate(idl)
}
None
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment