Skip to content

Commit

Permalink
feat: 支持多页面构建
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwmg committed Aug 4, 2020
1 parent 8d39d1d commit 628c2f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"

"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"dependencies": {
Expand Down

0 comments on commit 628c2f3

Please sign in to comment.