Skip to content

Commit

Permalink
chore: update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 19, 2021
1 parent 26e4476 commit fe152d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@
"type-check": "lerna exec \"tsc --noEmit\" --scope create-tsbb --scope tsbb --stream",
"hoist": "lerna bootstrap --hoist",
"clean": "lerna clean --yes",
"pretty-quick": "pretty-quick",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"version": "lerna version --no-changelog --no-git-tag-version --no-push --yes",
"publish": "lerna publish from-package"
},
"husky": {
"hooks": {
"pre-commit": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\""
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"husky": "4.3.8",
"lerna": "3.22.1",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"typescript": "4.1.3"
},
"workspaces": [
Expand Down

0 comments on commit fe152d1

Please sign in to comment.