mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 05:46:03 +00:00
0a4d13f64c
generateAll was async, but it called the write functions with a sync loop, so at the end of the function, the files were not written yet. This is a problem in `embark build` because the process ends after genrateAll is done, so no artifacts were written