Skip to content

Commit

Permalink
fix(tasks): turn on by default tasks config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Mar 12, 2024
1 parent 8b32acf commit 2a03eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/config/prepareConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function prepareConfig(
__internal: {
sources: resolvedSources,
},
tasks: rawWorkspace.unstable_tasks,
tasks: rawWorkspace.unstable_tasks ?? {enabled: true},
}
preparedWorkspaces.set(rawWorkspace, workspaceSummary)
return workspaceSummary
Expand Down

0 comments on commit 2a03eab

Please sign in to comment.