Skip to content

Commit

Permalink
merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh1215 committed Nov 22, 2024
2 parents 7d15e7f + 1be0b45 commit 0aceb33
Show file tree
Hide file tree
Showing 28 changed files with 1,022 additions and 352 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
# git diff-index --quiet HEAD || git commit -m "chore: format code with Prettier"

# 8. ESLint 실행
- name: Run ESLint
working-directory: react-app
run: npm run lint # ESLint를 실행하는 스크립트를 `package.json`에 설정
#- name: Run ESLint
# working-directory: react-app
# run: npm run lint # ESLint를 실행하는 스크립트를 `package.json`에 설정

# 9. 빌드 실행
- name: Build project
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0aceb33

Please sign in to comment.