jacobdeichert/mask

Bug: mask doesn't pass exit code

DrSensor opened this issue · 2 comments

Just noticed that mask command doesn't forward the exit code. This make this kind of task impossible:

## start
> Run project

```sh
mask check && mask compile && \
node dist/index.js
# this ☝️ line will always be executed regardless the compile & check process fail or success
# it should not be executed when check or compile process fail
```

Actually, this is done but unreleased, see the changelog.

Propagate exit status of child process to main process

I'll release 0.4.0 tonight likely!

Released v0.4.0
Give it a try 👍