admin 워크플로 lint/typecheck 체크 스크립트 정합성 수정#428
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
lint:check,typecheck,typecheck:ci,ci:check스크립트를 추가해 CI 명령 체계를 web과 맞췄습니다.pnpm --filter @solid-connect/admin run ci:check단일 단계로 변경했습니다.vite.config.tsimport 순서를 Biome 규칙에 맞게 정렬해lint:check실패를 해소했습니다.Verification
apps/admin:pnpm run ci:check통과pnpm --filter @solid-connect/web run ci:check && pnpm --filter @solid-connect/admin run ci:check통과pnpm run build통과