diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 2ab06aead6..17206fc18b 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -315,7 +315,7 @@ "description": "Configuration for deno task", "type": "object", "patternProperties": { - "^[A-Za-z][A-Za-z0-9_\\-]*$": { + "^[A-Za-z][A-Za-z0-9_\\-:]*$": { "type": "string", "description": "Command to execute for this task name." }