You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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>
Copy file name to clipboardExpand all lines: docs/guide/run.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ See [Run Config](/config/run) for the full `run` block reference.
102
102
103
103
## Task Dependencies
104
104
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:
0 commit comments