This commit is contained in:
Ismail Ali
2025-06-26 22:56:20 +02:00
parent 137839da98
commit b9651a53a9
82 changed files with 7476 additions and 4171 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
echo "🔄 Version wird automatisch erhöht (bumpVersion.ts)..."
npx husky add .husky/pre-commit "npm run check"
npm run check
# 1. Version erhöhen
npx ts-node scripts/bumpVersion.ts || exit 1
@@ -14,3 +14,4 @@ node ./scripts/updateChangelogFromCommit.js "$COMMIT_MSG" || exit 1
# 4. Dateien zum Commit hinzufügen
git add package.json package-lock.json CHANGELOG.md .env.development .env.production
npm run check