Skip to content

Commit

Permalink
build: remove the config for husky
Browse files Browse the repository at this point in the history
husky has been removed by 980efe8 at 2019 Nov.
  • Loading branch information
KengoTODA committed Sep 9, 2021
1 parent 3bc31aa commit 6df0b04
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Expand Up @@ -44,11 +44,5 @@
"prettier": "^1.19.1",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"husky": {
"skipCI": true,
"hooks": {
"pre-commit": "npm run build && npm run format"
}
}
}

0 comments on commit 6df0b04

Please sign in to comment.