Skip to content

Commit 174a8df

Browse files
authored
Replace pre-push with husky (#29)
1 parent ab7c1d7 commit 174a8df

File tree

3 files changed

+81
-141
lines changed

3 files changed

+81
-141
lines changed

.husky/pre-push

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run lint

0 commit comments

Comments
 (0)