We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fde79 commit da4786eCopy full SHA for da4786e
packages/documentation/docs/pages/Benchmarking.md
@@ -102,11 +102,11 @@ The following is a walk-through on how to evaluate the performance impact of an
102
1. Prepare your change
103
1. Switch to the branch that contains your change
104
```sh
105
- (cd ../pages/builder && git checkout my-change)
+ (cd ../packages/builder && git checkout my-change)
106
```
107
1. If your change requires different npm dependencies, reinstall them
108
109
- (cd ../pages/builder && npm install)
+ (cd ../packages/builder && npm install)
110
111
1. The link from UI5 CLI is still in place. However, if you have changes in **multiple** UI5 CLI modules, you might need to `npm link` those again
112
0 commit comments