Skip to content

Commit

Permalink
feat: 🎸 master
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
陈家敬 committed Sep 26, 2020
1 parent 594099b commit bb54404
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,13 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-commit": "npm run fix && lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"src/**/*.ts": [
"prettier --write",
"fix",
"git add"
]
}
Expand Down

0 comments on commit bb54404

Please sign in to comment.