-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
824d365
commit c1ea23f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
``` | ||
|
||
|