Skip to content

Make task run in sandbox. #73

@yuanyan

Description

@yuanyan

Task run in a sandbox that make it can force run when error happens.

Mod.js have a global project-level and task-level force option:

// Modfile.js
module.exports = {
  force: true, // project-level
  tasks: {
    mytask: {
      force: true // task-level 
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions