We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a3641 commit acc498aCopy full SHA for acc498a
package.json
@@ -77,7 +77,7 @@
77
},
78
"husky": {
79
"hooks": {
80
- "pre-commit": "CI=true yarn test && lint-staged"
+ "pre-commit": "CI=true yarn test && (cd /functions && npm test) && lint-staged"
81
}
82
83
"jest": {
0 commit comments