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
@razor-x maybe add build:watch - very convenient!
Originally posted by @azat-co in #1 (comment)
The text was updated successfully, but these errors were encountered:
What use-case do you have in mind for running the build on changes?
I tried nodemon --watch src --exec npm run build. but it would not re-run on changes.
nodemon --watch src --exec npm run build
Sorry, something went wrong.
Can re-open this if we find a use-case, but all development is HMR now. The build is only relevant on CI.
No branches or pull requests
Originally posted by @azat-co in #1 (comment)
The text was updated successfully, but these errors were encountered: