Skip to content

Commit

Permalink
fix(README.md): update build and test commands to use npm instead of …
Browse files Browse the repository at this point in the history
…yarn for consistency across the project
  • Loading branch information
jandroav committed Apr 8, 2024
1 parent 03bb67a commit 21e023f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,15 +297,15 @@ There is an issue in path resolution within THIS application code in addition to
To build all of the things:

```bash
yarn build
npm run build
```

### Tests

Run tests with:

```bash
yarn test
npm run test
```

### Env Vars
Expand Down

0 comments on commit 21e023f

Please sign in to comment.