Skip to content

Commit 60a876b

Browse files
filipemerkerFilipe Merker
authored andcommitted
Improve pre-commit
1 parent 39c4829 commit 60a876b

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
@@ -65,7 +65,7 @@
6565
},
6666
"husky": {
6767
"hooks": {
68-
"pre-commit": "npx eslint ."
68+
"pre-commit": "npx eslint . && yarn test"
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)