Husky eingerichtet mit post-commit Hook für automatische Versionsanpassung

This commit is contained in:
ISA
2025-03-04 14:10:33 +01:00
parent 7efbc4f6d8
commit d2af447a64
5 changed files with 80 additions and 3 deletions

View File

@@ -40,13 +40,16 @@
"export": "next export",
"test": "jest",
"cypress": "cypress open",
"cypress:run": "cypress run"
"cypress:run": "cypress run",
"prepare": "husky",
"bump-version": "node ./scripts/bumpVersion.js"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"cypress": "^13.17.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",