pre-commit husky

This commit is contained in:
ISA
2025-06-17 15:32:20 +02:00
parent 534b22f325
commit 138001e7c1
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
echo "🔄 Version wird automatisch erhöht (bumpVersion.ts)..."
# Version automatisch erhöhen
node /scripts/bumpVersion.ts
npx ts-node scripts/bumpVersion.ts || exit 1
# Automatisch relevante Dateien zum Commit hinzufügen
git add package.json package-lock.json .env.development .env.production