Hook
The [[hooks]] list is used to define command hooks; see hooks for more detail.
If a command begins with a period (.) it is resolved relative to the project directory.
commandPath to the command to execute (required)argsList of string arguments to pass to the command (optional)afterRun the hook after compiler execution (optional, defaultfalse)profilesExecute only for the given build profiles (optional)filesList of file glob patterns that this hook owns (optional)watchTrigger this hook when one of the matchedfileschanges (optional, defaultfalse)stdoutPrint command stdout (defaulttrue)stderrPrint command stderr (defaulttrue)
Hooks are only executed when the --exec option is passed.