Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 674eb6b

Browse files
committed
husky fix
1 parent 1bdc1f6 commit 674eb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"husky": {
3333
"hooks": {
34-
"pre-commit": "yarn test"
34+
"pre-commit": "lint-staged && flow"
3535
}
3636
},
3737
"repository": {

0 commit comments

Comments
 (0)