Skip to content

Commit

Permalink
fix: using new version of husky
Browse files Browse the repository at this point in the history
  • Loading branch information
danestves committed Nov 15, 2021
1 parent b38eb4c commit a9f030f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx tsdx lint src
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'chore(auto): updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
Expand Down

0 comments on commit a9f030f

Please sign in to comment.