Describe the bug
Parallel execution mulitple generate command
for file in "${files[@]}"
do
asyncapi generate fromTemplate $file.json @asyncapi/html-template --param singleFile=true outFilename=$file.html --output ./generate --force-write &
done
wait
Command execution failure
Generation Error: ENOENT: no such file or directory, open '/root/generate/asyncapi/css/asyncapi.min.css'
How to Reproduce
some asyncapi json files
for file in "${files[@]}"
do
asyncapi generate fromTemplate $file.json @asyncapi/html-template --param singleFile=true outFilename=$file.html --output ./generate --force-write &
done
wait
Expected behavior
success
Describe the bug
Parallel execution mulitple generate command
Command execution failure
Generation Error: ENOENT: no such file or directory, open '/root/generate/asyncapi/css/asyncapi.min.css'
How to Reproduce
some asyncapi json files
Expected behavior
success