Skip to content

Commit

Permalink
remove post-task dispatching from feature scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cartercanedy committed Jan 21, 2025
1 parent 4c54c32 commit b8ac078
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/task/src/task_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ pub struct TaskTemplate {
/// A list of other tasks to be run before executing this task, referenced by label
#[serde(default)]
pub pre: Vec<String>,
/// A list of other tasks to be run after executing this task, referenced by label
#[serde(default)]
pub post: Vec<String>,
/// Which shell to use when spawning the task.
#[serde(default)]
pub shell: Shell,
Expand Down

0 comments on commit b8ac078

Please sign in to comment.