Skip to content

Commit da4786e

Browse files
committed
fix: Reference correct package folder
1 parent 29fde79 commit da4786e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/documentation/docs/pages/Benchmarking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ The following is a walk-through on how to evaluate the performance impact of an
102102
1. Prepare your change
103103
1. Switch to the branch that contains your change
104104
```sh
105-
(cd ../pages/builder && git checkout my-change)
105+
(cd ../packages/builder && git checkout my-change)
106106
```
107107
1. If your change requires different npm dependencies, reinstall them
108108
```sh
109-
(cd ../pages/builder && npm install)
109+
(cd ../packages/builder && npm install)
110110
```
111111
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
112112

0 commit comments

Comments
 (0)