Skip to content

Commit 589cbcc

Browse files
authored
Added missing docs for 'recipe.hooks.prebuild.NUMBER.pattern' (#1916)
1 parent 08d746d commit 589cbcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/platform-specification.md

+1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ no longer used.
437437
You can specify pre and post actions around each recipe. These are called "hooks". Here is the complete list of
438438
available hooks:
439439

440+
- `recipe.hooks.prebuild.NUMBER.pattern` (called before sketch preprocessing and libraries discovery)
440441
- `recipe.hooks.sketch.prebuild.NUMBER.pattern` (called before sketch compilation)
441442
- `recipe.hooks.sketch.postbuild.NUMBER.pattern` (called after sketch compilation)
442443
- `recipe.hooks.libraries.prebuild.NUMBER.pattern` (called before libraries compilation)

0 commit comments

Comments
 (0)