We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c906fc1 commit b224f0eCopy full SHA for b224f0e
package.json
@@ -16,8 +16,7 @@
16
"lint": "next lint",
17
"lintTest": "eslint ./src/__test__",
18
"format": "prettier --check --ignore-path .gitignore --ignore-path pnpm-lock.yaml .",
19
- "test": "jest",
20
- "prepare": "husky"
+ "test": "jest"
21
},
22
"dependencies": {
23
"@channel.io/channel-web-sdk-loader": "^2.0.0",
readme.md
@@ -7,7 +7,7 @@
7
- `git clone https://github.com/Check-Data-Out/velog-dashboard-v2-fe.git`
8
- `cd velog-dashboard-v2-fe`
9
- `pnpm install`
10
-- `pnpm prepare` (husky 설정)
+- `pnpm husky` (husky 설정)
11
- `pnpm dev`
12
13
## 린팅
0 commit comments