Skip to content

Commit

Permalink
test format
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Macri <[email protected]>
  • Loading branch information
giuseppe-coinbase committed Dec 16, 2023
1 parent edf3d29 commit 7322cc0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,16 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn format",
"pre-commit": "lint-staged",
"pre-push": "yarn test"
}
},
"lint-staged": {
"*.{ts,json,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"@types/react-router": "^5.1.20",
"md5": "^2.3.0",
Expand Down

0 comments on commit 7322cc0

Please sign in to comment.