-
Notifications
You must be signed in to change notification settings - Fork 1
Enforce pnpm-only usage: Remove npm lock file and update documentation #60
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
|
@copilot Update instruction to make sure only pnpm is used |
Co-authored-by: hckhanh <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 245 245
Branches 82 82
=========================================
Hits 245 245 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Copilot wasn't able to review any files in this pull request.
CodSpeed Performance ReportMerging #60 will not alter performanceComparing Summary
|
Co-authored-by: hckhanh <[email protected]>
|



Repository uses pnpm exclusively but contained
package-lock.jsonfrom npm and had inconsistent documentation referencing npm.Changes
package-lock.json.gitignoreto blockpackage-lock.jsonandyarn.lockfrom future commitsREADME.mdinstallation instructions fromnpm installtopnpm add.github/copilot-instructions.mdto explicitly enforce pnpm-only usage with stricter guidelinesOnly
pnpm-lock.yamlremains as the lock file, and all documentation now consistently references pnpm as the sole package manager.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.