diff --git a/projects/frontend/data-pipelines/gui/README.md b/projects/frontend/data-pipelines/gui/README.md index 2f463808b8..5c3ea0024b 100644 --- a/projects/frontend/data-pipelines/gui/README.md +++ b/projects/frontend/data-pipelines/gui/README.md @@ -27,7 +27,14 @@ Bug in general the steps are: npm i -g @angular/cli@13 ``` ```bash - npm ci --omit=optional + npm i --omit=optional + ``` +1. Update peer dependencies to latest versions (optional) + + Run this step if it's not a fresh install and peer dependencies need to be + updated + ```bash + npm update ``` 2. Build the data-pipelines UI library ```bash diff --git a/projects/frontend/shared-components/gui/README.md b/projects/frontend/shared-components/gui/README.md index 0f3bfa43b6..1f8c0c41ff 100644 --- a/projects/frontend/shared-components/gui/README.md +++ b/projects/frontend/shared-components/gui/README.md @@ -27,7 +27,14 @@ Bug in general the steps are: npm i -g @angular/cli ``` ```bash - npm ci --omit=optional + npm i --omit=optional + ``` +1. Update peer dependencies to latest versions (optional) + + Run this step if it's not a fresh install and peer dependencies need to be + updated + ```bash + npm update ``` 2. Build the shared UI library ```bash