Skip to content

Commit

Permalink
fix: run pre commit formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 27, 2023
1 parent bf1287e commit 3600cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

npm run format > /dev/null
npm run format:fix > /dev/null

exit 0

0 comments on commit 3600cc2

Please sign in to comment.