diff --git a/melos.yaml.schema.json b/melos.yaml.schema.json index 73fe66c..78aae85 100644 --- a/melos.yaml.schema.json +++ b/melos.yaml.schema.json @@ -250,6 +250,13 @@ "type": "string", "description": "The command to execute." }, + "steps": { + "type": "array", + "description": "Enables the combination of multiple scripts within a single script definition.", + "items": { + "type": "string" + } + }, "exec": { "anyOf": [ {