Skip to content

Commit ec324fd

Browse files
committed
docs: clarify dependsOn from
1 parent 3491c31 commit ec324fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/config/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Commands joined with `&&` (or supplied as an array) are automatically split into
123123
- **Type:** `Array<string | { task: string, from: DependsOnFrom }>`
124124
- **Default:** `[]`
125125

126-
`DependsOnFrom` accepts `"dependencies"`, `"devDependencies"`, `"peerDependencies"`, or an array of those values.
126+
`from` accepts the dependency types `"dependencies"`, `"devDependencies"`, `"peerDependencies"`, or an array of those values, such as `["dependencies", "devDependencies"]`.
127127

128128
Tasks that must complete successfully before this one starts.
129129

0 commit comments

Comments
 (0)