Skip to content

Commit

Permalink
Correct cut & paste error in build instruction -- build browser & com…
Browse files Browse the repository at this point in the history
…mon (#7237)

The comment inside did not match the comment above. The instructions are
meant to build both browser and common.

Co-authored-by: Thomas Norling <[email protected]>
  • Loading branch information
billvolt and tnorling authored Sep 20, 2024
1 parent b5bac46 commit 2e9c0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To build both the `@azure/msal-browser` library and `@azure/msal-common` librari
```bash
// Change to the msal-browser package directory
cd lib/msal-browser/
// To run build only for browser package
// To run build for both browser and common packages
npm run build:all
```

Expand Down

0 comments on commit 2e9c0d3

Please sign in to comment.