Skip to content

Commit cb18b5c

Browse files
committed
Commit processors.json
1 parent 2ecae44 commit cb18b5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"husky": {
1616
"hooks": {
17-
"pre-commit": "npm run build && git add src/processors/processors.json && npm run prettier && npm run lint && npm run test:coverage"
17+
"pre-commit": "npm run build && npm run prettier && npm run lint && npm run test:coverage && git add src/processors/processors.json"
1818
}
1919
},
2020
"dependencies": {

src/processors/processors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"count-components": true,
33
"count-components-and-props": true,
44
"raw-report": true
5-
}
5+
}

0 commit comments

Comments
 (0)