Skip to content

Commit

Permalink
chore: 설정 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Jul 25, 2024
1 parent 3cb6872 commit b19c6f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ assignees: ''
## 🚨 버그 발생 상황
최대한 상세하게 작성해주세요.

### as-is

현재 상황에 대해서 알려주세요.

### to-be

구현이 된 후 상황을 예상해 주세요.

## 예상 결과
예상했던 정상적인 결과가 어떤 것인지 설명해주세요.

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "webpack serve ",
"build": "webpack --mode production",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,scss,md}'"
},
"keywords": [],
Expand Down Expand Up @@ -56,4 +56,4 @@
"npm": ">=10.7.0",
"node": ">=20.15.1"
}
}
}

0 comments on commit b19c6f1

Please sign in to comment.