Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a regression from cake-build#731 where everything will work fine, if node_modules does not exist. However, if it does exist the non-zero exit code will propagate and prevent tsc from running. By adding a second, "parallel" command to ensureCi the exit code of that script will always be zero and thus never prevent tsc from running.
- Loading branch information