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 2ecae44 commit cb18b5cCopy full SHA for cb18b5c
package.json
@@ -14,7 +14,7 @@
14
},
15
"husky": {
16
"hooks": {
17
- "pre-commit": "npm run build && git add src/processors/processors.json && npm run prettier && npm run lint && npm run test:coverage"
+ "pre-commit": "npm run build && npm run prettier && npm run lint && npm run test:coverage && git add src/processors/processors.json"
18
}
19
20
"dependencies": {
src/processors/processors.json
@@ -2,4 +2,4 @@
2
"count-components": true,
3
"count-components-and-props": true,
4
"raw-report": true
5
-}
+}
0 commit comments