-
Notifications
You must be signed in to change notification settings - Fork 1
chore(app-platform): add packageManager field to package.json #31
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
|
🚀 Deployed on https://pr-31.route-manager.netlify.dhis2.org |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #31 +/- ##
=======================================
Coverage 87.62% 87.62%
=======================================
Files 9 9
Lines 299 299
Branches 71 70 -1
=======================================
Hits 262 262
Misses 36 36
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cb55c60 to
8c40630
Compare
3e3cb60 to
42a3e93
Compare
fa7a9bc to
83e1c8d
Compare
|
|
🎉 This PR is included in version 100.4.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |



This PR adds
packageManagerfield to package.json.This change does not affect the way developers currently run and work with apps. It just allows them to - optionally - use corepack to manage package managers (but they can keep using the globally installed
yarn 1in their systems if they wish to).The change makes it possible for apps to eventually seamlessly adopt a more modern package manager, without caring about installing and switching between package managers. Switching to different package managers for the platform apps will become possible once the work we are undertaking in app-platform to decouple cli-app-scripts from
yarn 1is done (currently can be tested onalpharelease ofapp-platform).dhis2/app-platform#941
This PR was automatically created using a multi-gitter script.