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 87feb20 commit bf5037cCopy full SHA for bf5037c
package.json
@@ -24,13 +24,14 @@
24
},
25
"husky": {
26
"hooks": {
27
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
28
+ "pre-commit": "node bin/updateTestHash && git add package.json"
29
}
30
31
"scripts": {
32
"postinstall": "lerna bootstrap",
33
"pretest": "lerna run build",
- "test": "lerna run test",
34
+ "test": "lerna run test --since d9db6c67d3de51b65ae0825d2c58d65eb26b3c26",
35
"publish": "lerna run build && lerna publish"
36
37
0 commit comments