Skip to content

Commit 4c793b7

Browse files
jong-kyungfengmk2
andauthored
docs: fix dependsOn guide link (#1883)
## Summary Fixes the broken `dependsOn` link in the Run guide by pointing it to the corresponding Run Config reference. Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent ef83f01 commit 4c793b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ See [Run Config](/config/run) for the full `run` block reference.
102102

103103
## Task Dependencies
104104

105-
Use [`dependsOn`](#depends-on) to run tasks in the right order. Running `vp run deploy` with the config above runs `build` and `test` first. Dependencies can also target other packages in the same project with the `package#task` notation:
105+
Use [`dependsOn`](/config/run#dependson) to run tasks in the right order. Running `vp run deploy` with the config above runs `build` and `test` first. Dependencies can also target other packages in the same project with the `package#task` notation:
106106

107107
```ts [vite.config.ts]
108108
dependsOn: ['@my/core#build', '@my/utils#lint'];

0 commit comments

Comments
 (0)