From e1d956cceffdd990d70d25672edc5ddb22a0d3b2 Mon Sep 17 00:00:00 2001 From: KoheiKanagu Date: Wed, 27 Mar 2024 21:43:41 +0900 Subject: [PATCH] feat: add steps to melos.yaml schema --- melos.yaml.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) 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": [ {