Skip to content

Commit

Permalink
docs: fix dangling sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Feb 5, 2025
1 parent 6d30c0a commit fc3b9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/guides/single-package-workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Then, create tasks in `turbo.json` to run these scripts in order:
}
```

The `dependsOn` arrays in the tasks above create a sequential order for the tasks. When you run `turbo dev` (either as a `package.json` script or in your terminal),
The `dependsOn` arrays in the tasks above create a sequential order for the tasks. When you run `turbo dev`, the scripts for `db:up`, then `db:push`, then `db:seed` will be ran first.

## Parallelizing tasks

Expand Down

0 comments on commit fc3b9bf

Please sign in to comment.