Skip to content

Commit 3c3642b

Browse files
committedSep 17, 2022
up: test with format & lint on push
1 parent 03b6553 commit 3c3642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npm run test
4+
npm run format && npm run lint && npm run test

0 commit comments

Comments
 (0)
Please sign in to comment.