build(pnpm): pnpm 11 워크스페이스로 전환 - #195
Merged
Merged
Conversation
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.
목적
npm 기반 의존성 관리를 최신 안정판 pnpm 11.17.0으로 전환하고, 루트 앱과 OAuth 프록시를 재현 가능한 단일 워크스페이스로 관리합니다.
내용(의도 포함)
packageManager를pnpm@11.17.0으로 고정하고package-lock.json을pnpm-lock.yaml로 교체했습니다.oauth-proxy를pnpm-workspace.yaml로 통합했습니다.esbuild,sharp,workerd빌드 스크립트만 명시적으로 허용했습니다.성공기준
pnpm install --frozen-lockfile성공pnpm lint성공(오류 0, 기존 경고 16)pnpm type-check성공oauth-proxyWrangler 3.114.17 실행 확인