Skip to content

Commit b375d41

Browse files
committed
Add tests to pre-commit hook
1 parent 0d79dbb commit b375d41

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,8 @@
7979
"git add"
8080
]
8181
},
82-
"pre-commit": "lint:staged"
82+
"pre-commit": [
83+
"lint:staged",
84+
"test"
85+
]
8386
}

0 commit comments

Comments
 (0)