mirror of
https://github.com/go-task/task.git
synced 2026-07-09 06:55:14 +00:00
feat: add ability to set watch: true in Taskfile (#1361)
This commit is contained in:
5
docs/static/schema.json
vendored
5
docs/static/schema.json
vendored
@@ -188,6 +188,11 @@
|
||||
"requires": {
|
||||
"description": "A list of variables which should be set if this task is to run, if any of these variables are unset the task will error and not run",
|
||||
"$ref": "#/definitions/3/requires_obj"
|
||||
},
|
||||
"watch": {
|
||||
"description": "Configures a task to run in watch mode automatically.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user