Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keharper authored Aug 29, 2024
1 parent 7bf6bc7 commit 6db36d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/admin-ui-sdk/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,31 +164,31 @@ You can download a sample app from the [Adobe Commerce Samples repository](https
1. Change directories to `<repoRootDir>/admin-ui-sdk/menu/custom-menu`.
1. Load dependencies running
1. Run the following command to load dependencies.
```bash
npm install
```
1. Select the project
1. Select your App Builder project.
```bash
aio console project select
```
1. Select the workspace
1. Select the App Builder workspace.
```bash
aio console workspace select
```
1. Sync the app builder project details
1. Sync the App Builder project details.
```bash
aio app use
```
1. Build the solution
1. Build your solution.
```bash
aio app build
Expand Down

0 comments on commit 6db36d2

Please sign in to comment.