Skip to content

Commit

Permalink
eslint 오류테스트 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lseoksee committed May 31, 2024
1 parent 7916869 commit c46d284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
echo "REACT_APP_AWS_IDENTITY_URL=$REACT_APP_AWS_IDENTITY_URL">> .env
echo "REACT_APP_AWS_S3_BUCKET=$REACT_APP_AWS_S3_BUCKET">> .env
echo "REACT_APP_AWS_S3_REGION=$REACT_APP_AWS_S3_REGION">> .env
echo "DISABLE_ESLINT_PLUGIN=true">> .env
echo "ESLINT_NO_DEV_ERRORS=true">> .env
env:
REACT_APP_AWS_IDENTITY_URL: ${{ secrets.REACT_APP_AWS_IDENTITY_URL }}
REACT_APP_AWS_S3_BUCKET: ${{ secrets.REACT_APP_AWS_S3_BUCKET }}
Expand Down

0 comments on commit c46d284

Please sign in to comment.