Skip to content

Commit 4e9f4fd

Browse files
updating .md files with npm ci
1 parent ae7338d commit 4e9f4fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ CxWrapper (Main Entry Point)
188188

189189
2. **Install dependencies**
190190
```bash
191-
npm install
191+
npm ci
192192
```
193193

194194
3. **Verify installation**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ To be able to build the code you should have:
5353
### Setting Up
5454

5555
In your terminal, run:
56-
```
57-
- npm install
56+
```bash
57+
npm ci
5858
```
5959

6060
To run integrations tests, you need to set up environment variables:

0 commit comments

Comments
 (0)