We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d746d commit 589cbccCopy full SHA for 589cbcc
docs/platform-specification.md
@@ -437,6 +437,7 @@ no longer used.
437
You can specify pre and post actions around each recipe. These are called "hooks". Here is the complete list of
438
available hooks:
439
440
+- `recipe.hooks.prebuild.NUMBER.pattern` (called before sketch preprocessing and libraries discovery)
441
- `recipe.hooks.sketch.prebuild.NUMBER.pattern` (called before sketch compilation)
442
- `recipe.hooks.sketch.postbuild.NUMBER.pattern` (called after sketch compilation)
443
- `recipe.hooks.libraries.prebuild.NUMBER.pattern` (called before libraries compilation)
0 commit comments