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

병합
htlee develop 에서 main 로 2 commits 를 머지했습니다 2026-02-28 02:27:52 +09:00
Showing only changes of commit c78404b219 - Show all commits

파일 보기

@ -21,6 +21,7 @@ jobs:
run: |
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 "legacy-peer-deps=true" >> frontend/.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