feat: run pre-commit script for all packages

This commit is contained in:
Julien Fontanet
2022-11-22 11:37:21 +01:00
parent 92ab4b3309
commit f5b91cd45d

View File

@@ -36,7 +36,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && scripts/lint-staged.js"
"pre-commit": "lint-staged && scripts/lint-staged.js && scripts/run-script.js pre-commit"
}
},
"jest": {