fix: CI/CD 워크플로우 개선 및 ESLint 에러 수정 #2
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/ci-workflow-and-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
변경 사항
CI/CD 워크플로우 (
deploy.yml)mkdir -p /deploy/wing-gis추가 — 배포 디렉토리 미존재 시 실패 방지npm run lint단계 추가 — 빌드 전 코드 품질 검증NEXUS_NPM_AUTH시크릿 등록 완료ESLint 에러 수정
useVesselDeckLayer.ts— useEffect 내 직접 setState 호출 제거 (react-hooks/set-state-in-effect)useAisPolling.ts— 렌더 중 ref 업데이트를 useEffect 내부로 이동 (react-hooks/refs)팀 워크플로우 초기 구성
CLAUDE.md— 프로젝트 개요, 빌드/테스트/lint 명령어.sdkmanrc/.node-version— 런타임 버전 고정settings.jsonhooks 섹션,workflow-version.jsongitea_url 추가테스트
npm run lint통과 (에러 0건)npm run build성공