Skip to content

Commit

Permalink
hook: add formatting in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-amoncar committed May 10, 2024
1 parent 3007d75 commit 0a94d29
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,4 +1,4 @@
#!/bin/bash
. "$(dirname -- "$0")/_/husky.sh"

npm test && npm run lint
npm test && npm run format && npm run lint

0 comments on commit 0a94d29

Please sign in to comment.