cli serial?
raDiesle opened this issue · 1 comments
raDiesle commented
Hello,
if I run rimraf in my package.json, it seems it does not wait for completion to continue for the next command.
Is this expected and how to pass --sync, if supported?
isaacs commented
If you run the CLI, then the process won't exit until it's done. Unless you're running it in a background process, it shouldn't matter whether it's sync or async.