Skip to content

Commit d874fb1

Browse files
committed
run lint instead of test on git commit, based on feedback
1 parent 6a63460 commit d874fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"hooks": {
3-
"pre-commit": "npm test"
3+
"pre-commit": "npm run lint"
44
}
55
}

0 commit comments

Comments
 (0)