-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[msal-node] lerna bootstrap and lerna builds #1383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
lib/msal-node/package.json
Outdated
@@ -65,12 +66,14 @@ | |||
"module": "dist/msal-node.esm.js", | |||
"devDependencies": { | |||
"@types/jest": "^25.1.2", | |||
"@types/uuid": "^7.0.0", | |||
"axios": "^0.19.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be a regular dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR adds support for
lerna bootstrap
andlerna run build
. This helps to build symlinks in the mono-repo between@azure/msal-common
and@azure/msal-node
.