Skip to content

Commit

Permalink
Added missing docs for 'recipe.hooks.prebuild.NUMBER.pattern' (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie authored Oct 12, 2022
1 parent 08d746d commit 589cbcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/platform-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ no longer used.
You can specify pre and post actions around each recipe. These are called "hooks". Here is the complete list of
available hooks:

- `recipe.hooks.prebuild.NUMBER.pattern` (called before sketch preprocessing and libraries discovery)
- `recipe.hooks.sketch.prebuild.NUMBER.pattern` (called before sketch compilation)
- `recipe.hooks.sketch.postbuild.NUMBER.pattern` (called after sketch compilation)
- `recipe.hooks.libraries.prebuild.NUMBER.pattern` (called before libraries compilation)
Expand Down

0 comments on commit 589cbcc

Please sign in to comment.