You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
리포지터리에 커밋 전 프로젝트에 터미널에서 yarn run start 로 빌드 = 에러 날시 해당 에러 해결하기.
리포지터리에 푸시 후 vercel에서 자동 배포 확인 = 배포 에러날시 해당 에러 해결 Ex. yarn build error Exit code 1, yarn install erorr
위 에러는 yarn prettier --write . 명령어로 해결해보기
빌드시 prettier 설정을 자동 포맷 한다
The text was updated successfully, but these errors were encountered:
리포지터리에 커밋 전 프로젝트에 터미널에서
yarn run start
로 빌드 = 에러 날시 해당 에러 해결하기.리포지터리에 푸시 후 vercel에서 자동 배포 확인 = 배포 에러날시 해당 에러 해결 Ex.
yarn build error Exit code 1
,yarn install erorr
위 에러는
yarn prettier --write .
명령어로 해결해보기빌드시 prettier 설정을 자동 포맷 한다
The text was updated successfully, but these errors were encountered: