You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
"test:coverage": "npm run test:all -- --coverage",
52
53
"test:cra": "npm run create:cra-app && cd generated-cra-app && npm run test:generators && npm run lint && npm run checkTs && npm run cleanAndSetup && npm run lint && npm run checkTs",
@@ -69,7 +70,7 @@
69
70
},
70
71
"husky": {
71
72
"hooks": {
72
-
"pre-commit": "npm run checkTs && lint-staged",
73
+
"pre-commit": "npm run verify-startingTemplate-changes && npm run checkTs && lint-staged",
73
74
"prepare-commit-msg": "devmoji -e",
74
75
"commit-msg": "if git-branch-is dev; then commitlint -E HUSKY_GIT_PARAMS; fi"
0 commit comments