diff --git a/packages/runner-py/index.ttl b/packages/runner-py/index.ttl index 6811d04..f25d1d3 100644 --- a/packages/runner-py/index.ttl +++ b/packages/runner-py/index.ttl @@ -7,7 +7,7 @@ rdfc:PythonPackage rdfc:description "A gRPC based Python runner." ; rdfc:repo "https://github.com/rdf-connect/orchestrator" ; rdfc:license "MIT" ; - rdfc:prepare ( "hatch run test -h" "hatch build" ) ; + rdfc:prepare ( "hatch run proto" "hatch run test -h" "hatch build" ) ; rdfc:runners rdfc:PythonRunner . rdfc:PythonRunner