chore: 더미 데이터 제거 및 빌드 오류 수정 - #2
Merged
Merged
Conversation
- Remove all dummy task files (SIRA-001~010, EPIC-001~003) - Remove mock suggestions from dashboard - Clean up config.yaml dummy team members - Fix CLI tsup config: move @sira/core to external - Add lightningcss-darwin-arm64 native binary dependency Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CI(Linux)에서 darwin-arm64 전용 패키지 설치 실패하는 문제 수정 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Vercel(Linux) 빌드에서 lightningcss 네이티브 바이너리를 찾지 못하는 문제 수정. 플랫폼 특정 패키지 대신 lightningcss를 직접 의존성으로 추가하여 npm이 각 플랫폼에 맞는 바이너리를 자동 설치하도록 변경. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Vercel은 devDependencies를 설치하지 않아 빌드 실패. dependencies로 옮겨서 Vercel 빌드 시에도 네이티브 바이너리가 설치되도록 수정. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
모노레포 워크스페이스에서 hoisting으로 인해 하위 패키지의 의존성이 node_modules 루트에서 네이티브 바이너리를 찾지 못하는 문제 수정. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Vercel과 동일한 Node 24를 사용하여 lightningcss 네이티브 바이너리 호환성 문제 해결. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
lockfileVersion 3으로 재생성하여 CI npm ci 호환성 수정. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
요약
010, EPIC-001003)변경 사항
tasks/폴더의 모든 더미 .md 파일 삭제 (13개)apps/web/src/app/dashboard/page.tsx에서 mockSuggestions 제거.sira/config.yaml에서 테스트용 팀원 제거apps/cli/tsup.config.ts에서 빌드 에러 수정package.json에 lightningcss 네이티브 의존성 추가체크리스트
npm install정상 완료npm run dev개발 서버 정상 실행http://localhost:3000대시보드 접속 확인sira queryCLI 명령어 정상 동작🤖 Generated with Claude Code