Skip to content

Commit acc498a

Browse files
committed
husky pre-commit
1 parent 15a3641 commit acc498a

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
@@ -77,7 +77,7 @@
7777
},
7878
"husky": {
7979
"hooks": {
80-
"pre-commit": "CI=true yarn test && lint-staged"
80+
"pre-commit": "CI=true yarn test && (cd /functions && npm test) && lint-staged"
8181
}
8282
},
8383
"jest": {

0 commit comments

Comments
 (0)