Skip to content

Commit

Permalink
fix: replace use yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
masashi-sutou authored and jetersen committed Feb 13, 2022
1 parent 8ba3690 commit 6d1d6df
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/sh
. "$(dirname "$0")/_/husky.sh"

[ ! -x "$(command -v yarn)" ] || yarn lint-staged
[ ! -x "$(command -v yarn)" ] || yarn lint

0 comments on commit 6d1d6df

Please sign in to comment.