Open GentlemanHal opened 4 years ago
I think the best approach for this is to make better use of npm scripts and tools such as concurrently
My comment from the PR:
If this was a pure node project we'd be making better use of npm commands and tools like concurrently. We didn't originally as it's a mixed repo and the client used to be quite simple. Now the client is much more complex and most features are client side nowadays.
So treating it like a node project and doing more via npm would probably make sense to most people contributing. I'm assuming we can easily call lein via npm to build/run/test/etc the server side stuff? 🤔
I wondering if this would be more reliable/easier than bash scripts?
Bug report
Expected behaviour? Once the
./pre-push.sh
has finished running the Nevergreen server and the CCTray XML mock server should no longer be running.Actual behaviour? Sometimes the servers (possibly just the CCTray XML mock server) are still running and attempting to run the develop script or pre push again results in an error when they try to start the servers again.
Steps to reproduce?
I think it might happen if the journey tests fail ⁉️