Skip to content

Commit 9428d0c

Browse files
committed
fix: added missing husky config
1 parent 73f546e commit 9428d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
composer lint && composer validate && composer test && yarn pretty-quick --staged
4+
composer lint && composer validate && composer test && yarn pretty-quick --staged && yarn test

.husky/pre-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
composer lint && composer validate && composer test && yarn pretty-quick --staged
4+
composer lint && composer validate && composer test && yarn pretty-quick --staged && yarn test

0 commit comments

Comments
 (0)