Merge pull request 'fix(ci): Linux 플랫폼 호환 핫픽스' (#6) from develop into main
Some checks failed
Deploy KCG / deploy (push) Failing after 6s

This commit is contained in:
htlee 2026-03-17 14:23:45 +09:00
커밋 4403a567ae

파일 보기

@ -25,7 +25,7 @@ jobs:
env:
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
run: |
npm ci
npm install --no-optional
npx vite build
- name: Deploy frontend