Skip to content

Commit

Permalink
fix: converts to precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Nov 14, 2023
1 parent 2108078 commit 06fc2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "npx playwright test"
},
"simple-git-hooks": {
"pre-push": "npm run fmt"
"pre-commit": "npm run fmt"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 06fc2e5

Please sign in to comment.