Skip to content

Commit

Permalink
refactor: clean up husky usage
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Mar 20, 2024
1 parent 3952029 commit 665e5d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npm test
npm run lint
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run test
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"semantic-release": "semantic-release",
"prettier": "prettier --write '**/*.{jsx,js,ts,tsx}'",
"prettier:check": "prettier --check '**/*.{jsx,js,ts,tsx}'",
"precommit": "npm run lint",
"prepush": "npm run test:unit",
"prepare": "husky"
},
"files": [
Expand Down

0 comments on commit 665e5d9

Please sign in to comment.