File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
internal/documentation/docs/pages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ The following is a walk-through on how to evaluate the performance impact of cha
12122 . Prepare the UI5 CLI repository * (optional if your development environment already reflects this)* :
1313 1 . Clone [ UI5 CLI] ( https://github.com/UI5/cli ) (or your fork) and navigate into it
1414 ``` sh
15- git clone git@ github.com: UI5/cli.git
15+ git clone https:// github.com/ UI5/cli.git
1616 cd cli
1717 ```
1818 Make sure you check out the ` main` branch, since we' ll perform the baseline test first
19- 2. Install npm dependencies
19+ 2. Install all dependencies in the repository (npm workspace):
2020 ```sh
2121 npm install
2222 ```
23- 3. Create a global npm link for `@ ui5/cli`
23+ 3. Link the `@ui5/cli` package to make the ` ui5` command available globally
2424 ```sh
25- (cd packages/cli && npm link)
25+ npm link --workspace @ui5/cli
2626 ```
2727 4. Verify your setup
2828 ```sh
You can’t perform that action at this time.
0 commit comments