type: BackfillCacheOptions & { environmentGlob: string[] }
type: boolean
Should cache be enabled
type: CacheOptions
Backfill cache options
type: string[]
Which files to ignore when calculating scopes
type: "npm" | "yarn" | "pnpm"
Which NPM Client to use when running npm lifecycle scripts
type: Pipeline
Defines the task pipeline, prefix with "^" character to denote a topological dependency
type: Priority[]
Optional priority to set on tasks in a package to make the scheduler give priority to tasks on the critical path for high priority tasks
type: Map<string, Pipeline>
type: string
package name, as in package.json
type: number
priority, the higher the more priority; undefined priority means lowest priority
type: string
task name, as listed in the scripts
section of package.json