From 47f22777beb7eb98a07fa56fbbd40ab5c1fa231e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 11 Mar 2022 02:56:14 +0100 Subject: feat: "deno task" subcommand (#13725) Co-authored-by: David Sherret --- cli/schemas/config-file.v1.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cli/schemas/config-file.v1.json') diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 55ea417f0..2ab06aead 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -310,6 +310,17 @@ } } } + }, + "tasks": { + "description": "Configuration for deno task", + "type": "object", + "patternProperties": { + "^[A-Za-z][A-Za-z0-9_\\-]*$": { + "type": "string", + "description": "Command to execute for this task name." + } + }, + "additionalProperties": false } } } -- cgit v1.2.3