diff --git a/docs/repo-docs/guides/single-package-workspaces.mdx b/docs/repo-docs/guides/single-package-workspaces.mdx index 0a0fa243dfbd5..999b42180610d 100644 --- a/docs/repo-docs/guides/single-package-workspaces.mdx +++ b/docs/repo-docs/guides/single-package-workspaces.mdx @@ -84,7 +84,7 @@ Then, create tasks in `turbo.json` to run these scripts in order: { "tasks": { "dev": { - "dependsOn": ["db:seed"] + "dependsOn": ["db:seed"], "cache": false, "persistent": true },