shortest
shortest copied to clipboard
Automated building and execution
What
Create a script similar to nodemon
that would listen to changes and rebuild the project for us on the fly.
Why
Now, in order to test newly made changes, you will need to build packages/shortest
, and then re-run tests. That takes some development time.