Open
Description
There are actions that we always need to take prior to locking a specific layer that we have. For example, when re-locking one of our application layers, we want to rebuild one of our wheels from source beforehand. It would be nice if we could specify that command in the layer toml
like so.
[[applications]]
name="src"
...
pre-lock-hook="/path/to/python -m build relative/path/to/src"