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
beforeWatch
Only triggers on re-runs during a --watch or --serve. Does not trigger on the initial build. Related to #729.
--watch
--serve
The text was updated successfully, but these errors were encountered:
Adds beforeWatch event that fires when a watch build runs (only on …
72d2c1a
…re-runs, not on first run). Code for #1042. Related to #729
beforeBuild
afterBuild
I've written the docs for this, and added beforeBuild and afterBuild as well to compliment beforeWatch (with docs too)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Only triggers on re-runs during a
--watch
or--serve
. Does not trigger on the initial build.Related to #729.
The text was updated successfully, but these errors were encountered: