-
Notifications
You must be signed in to change notification settings - Fork 77
Add dev tool dependencies back to individual packages #3523
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
per Pnpm recommendation. Related azure-sdk-for-js PR: - Azure/azure-sdk-for-js#36094
|
||
delete packageInfo.devDependencies["@microsoft/api-extractor"]; | ||
delete packageInfo.devDependencies["rimraf"]; | ||
delete packageInfo.devDependencies["mkdirp"]; |
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.
@jeremymeng Based on https://github.com/Azure/azure-sdk-for-js/pull/36094/files#diff-18ae0a0fab29a7db7aded913fd05f30a2c8f6c104fadae86c9d217091709794cR29, mkdirp
should also be added here, right?
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.
Only a few packages actually need mkdirp
so not adding to every package.
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.
We may remove mkdirp
from the catalog because of that.
per Pnpm recommendation. Related azure-sdk-for-js PR: