From 2e9c0d3affe5e6bd1f643caa0e3224aad7335d4a Mon Sep 17 00:00:00 2001 From: billvolt Date: Fri, 20 Sep 2024 13:56:31 -0700 Subject: [PATCH] Correct cut & paste error in build instruction -- build browser & common (#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 --- lib/msal-browser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msal-browser/README.md b/lib/msal-browser/README.md index 85656ad050..fcbd1f065a 100644 --- a/lib/msal-browser/README.md +++ b/lib/msal-browser/README.md @@ -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 ```