Skip to content

Commit

Permalink
remove build test commit hook, it is super slow
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxiong committed Dec 8, 2024
1 parent 33366b7 commit 3750e39
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 @@ -15,8 +15,7 @@
"lint-staged": {
"*.{js,ts,tsx,jsx,html,json,yaml,css}": "prettier --write",
"*.md": [
"prettier --write",
"yarn build && yarn test"
"prettier --write"
]
}
}

0 comments on commit 3750e39

Please sign in to comment.