fix(ci): emoji-mart React 19 peer dependency 충돌 해결 #11

병합
htlee feature/auth-system 에서 develop 로 1 commits 를 머지했습니다 2026-02-28 02:27:35 +09:00

파일 보기

@ -21,6 +21,7 @@ jobs:
run: | run: |
echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > frontend/.npmrc echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > frontend/.npmrc
echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> frontend/.npmrc echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> frontend/.npmrc
echo "legacy-peer-deps=true" >> frontend/.npmrc
echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > backend/.npmrc echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > backend/.npmrc
echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> backend/.npmrc echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> backend/.npmrc