netlify 배포중 오류

nevermind·2022년 8월 18일
0
post-custom-banner

netlify 배포중 컴파일 실패 문제 발생!

Runs a defined package script.

위의 내용을 파악하고 구글링을 하였음

package.json

"scripts": {
    "start": "react-scripts start",
    "build": "CI=false react-scripts build",
    "deploy": "gh-pages -d build",
    "predeploy": "yarn run build"
  }

package.json에 필요한 코드다. "build"에 CI=false를 해줘야 성공적으로 배포할 수 있다. netlify는 warn같은 에러 아닌 경고에도 배포를 하지 못 하게 막는다.

출처: https://clownhacker.tistory.com/236

profile
winwin

0개의 댓글