You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,6 +8,8 @@ In Electron Forge, hooks are asynchronous callback functions that allow you to i
Each hook function comes with the Forge configuration object as a first parameter.
Any writes to `stdout` and `stderr` from within a hook function will be printed in the console after the Forge build completes.
{% hint style="info" %}
To read more about the different stages in Forge's build process, please refer to the [build-lifecycle.md](../core-concepts/build-lifecycle.md"mention") documentation.