Skip to content

Commit

Permalink
chore: use check-style in (TheAlgorithms#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 authored Mar 4, 2024
1 parent f13eec1 commit d8cfdcd
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/sh
. "$(dirname "$0")/_/husky.sh"

npm run style
npm run check-style
npm run test

0 comments on commit d8cfdcd

Please sign in to comment.