Observed Behavior
After compiling code, the ner build tool doesn't pass the compiler's return code through to the shell. The expected behaviour would be if ner build were to fail with code 2, that return code would be returned.
Steps to Reproduce
- Ensure code won't compile
$ ner build (should fail)
$ echo $? (expected value: 2, actual value: 0)