Skip to content

Commit

Permalink
移除 web 项目的 husky 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Feb 19, 2024
1 parent 4dfe9ef commit 60ce720
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions web/.husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions web/.husky/pre-commit

This file was deleted.

4 changes: 1 addition & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"bootstrap": "pnpm install && pnpm run common:prepare",
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml",
"common:prepare": "husky install"
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml"
},
"dependencies": {
"@traptitech/markdown-it-katex": "^3.6.0",
Expand Down Expand Up @@ -58,7 +57,6 @@
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"eslint": "^8.46.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.2.3",
"markdown-it-link-attributes": "^4.0.1",
Expand Down

0 comments on commit 60ce720

Please sign in to comment.