Skip to content

Commit

Permalink
docs: fix dangling sentence (#9902)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew authored Feb 6, 2025
1 parent 80075ce commit b965057
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 b965057

Please sign in to comment.