Skip to content

Commit b224f0e

Browse files
committed
hotfix: 배포 폭파 관련 문제 해결
1 parent c906fc1 commit b224f0e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"lint": "next lint",
1717
"lintTest": "eslint ./src/__test__",
1818
"format": "prettier --check --ignore-path .gitignore --ignore-path pnpm-lock.yaml .",
19-
"test": "jest",
20-
"prepare": "husky"
19+
"test": "jest"
2120
},
2221
"dependencies": {
2322
"@channel.io/channel-web-sdk-loader": "^2.0.0",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- `git clone https://github.com/Check-Data-Out/velog-dashboard-v2-fe.git`
88
- `cd velog-dashboard-v2-fe`
99
- `pnpm install`
10-
- `pnpm prepare` (husky 설정)
10+
- `pnpm husky` (husky 설정)
1111
- `pnpm dev`
1212

1313
## 린팅

0 commit comments

Comments
 (0)