chore: npm から pnpmへ移行 - #180
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #180 +/- ##
========================================
Coverage 96.48% 96.48%
========================================
Files 6 6
Lines 597 597
Branches 124 124
========================================
Hits 576 576
Misses 20 20
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
npm から pnpm へ移行し、ロックファイル・ドキュメント・CI での依存インストール/実行コマンドを pnpm ベースに統一するPRです。
Changes:
pnpm-lock.yamlを追加し、package.jsonにpackageManagerを追加- README/CONTRIBUTING の各種コマンド例を
pnpm run ...に更新 - GitHub Actions(test/lint/api)を
pnpm install --frozen-lockfile+ pnpm 実行に切り替え
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | 開発手順のインストール/実行コマンドを pnpm に更新 |
| pnpm-lock.yaml | pnpm 用ロックファイルを追加 |
| package.json | packageManager 追加、scripts を pnpm exec/pnpm run に更新 |
| docs/CONTRIBUTING.en.md | contributors 向けコマンド例を pnpm に更新 |
| CONTRIBUTING.md | contributors 向けコマンド例を pnpm に更新 |
| .github/workflows/test.yml | CI の install/build/test を pnpm に切り替え |
| .github/workflows/lint.yml | CI の install/lint を pnpm に切り替え |
| .github/workflows/api.yml | CI の install/build/api-report を pnpm に切り替え |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Member
|
👍🏻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
npmからpnpmに移行します。
Why
fix #179
Additional info (optional)
pnpm importでpnpm-lock.yamlを生成 -> 各使用箇所の置き換え