Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesari3008 authored Jul 2, 2024
1 parent 824d365 commit c1ea23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ yarn install
Build the SDK:

```bash
yarn run build
yarn run build:local
```

If at any point your out-of-the-box builds or failing or if you are tests are failing with complaints of an invalid node version, the following commands will reset and rebuild everything:
Expand Down Expand Up @@ -229,7 +229,7 @@ To run tests on [Sauce Labs](https://saucelabs.com/) locally, you'll need to add
git clone [email protected]:webex/webex-js-sdk.git
cd webex-js-sdk
yarn install
yarn run build
yarn run build:local
yarn run samples:serve
```

Expand Down

0 comments on commit c1ea23f

Please sign in to comment.