From c1a3959ae53607802e0a47494c0123f31bd0f1e7 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 11 Oct 2022 12:14:26 +0200 Subject: [PATCH] Added missing docs for 'recipe.hooks.prebuild.NUMBER.pattern' --- docs/platform-specification.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/platform-specification.md b/docs/platform-specification.md index b95ffffb4dc..9a4418464f5 100644 --- a/docs/platform-specification.md +++ b/docs/platform-specification.md @@ -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)