Skip to content

Commit

Permalink
fix: converts to precommit hook (NEAR-DevHub#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem authored Nov 14, 2023
1 parent 2108078 commit 874f85c
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 874f85c

Please sign in to comment.