We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a script similar to nodemon that would listen to changes and rebuild the project for us on the fly.
nodemon
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.
packages/shortest
The text was updated successfully, but these errors were encountered:
I think this could improve the developer experience. If you end up using a new lib for this, please be sure to add it as devDependency.
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: